Skip to content

Commit

Permalink
Upgrade falafel to ^2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timwis committed Aug 12, 2017
1 parent 0df2a36 commit 5ff52c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/replace.js
Expand Up @@ -3,7 +3,7 @@ module.exports = replace;

function replace (src, deps) {
var opts = {
ecmaVersion: 6,
ecmaVersion: 8,
allowReturnOutsideFunction: true
};
return falafel(src, opts, function (node) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"browser-pack": "^5.0.1",
"browser-unpack": "^1.1.0",
"concat-stream": "^1.5.0",
"falafel": "^1.2.0",
"falafel": "^2.1.0",
"minimist": "^1.1.1",
"through2": "^2.0.0"
},
Expand Down

0 comments on commit 5ff52c5

Please sign in to comment.