Skip to content

Commit

Permalink
fix: using fds bee-js
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Nov 24, 2022
1 parent 1c24c39 commit 2e8b247
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

module.exports = function (api) {
const targets = '>1% or node >=10 and not ie 11 and not dead'
const targets = '>1% or node >=14 and not ie 11 and not dead'
api.cache(true)
api.cacheDirectory = true

Expand Down
Loading

0 comments on commit 2e8b247

Please sign in to comment.