Skip to content

Commit

Permalink
upgraded dependencies
Browse files Browse the repository at this point in the history
Rollup tweaked indentation behavior, we want to keep the old one:
rollup/rollup#2067
  • Loading branch information
FND committed Mar 17, 2018
1 parent a470528 commit 7fb4c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/bundle/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ function generateConfig({ extensions = [], externals, format, moduleName,
}, {
readConfig: {},
writeConfig: {
intro: GLOBAL_SHIM // cf. http://2ality.com/2016/09/global.html
intro: GLOBAL_SHIM, // cf. http://2ality.com/2016/09/global.html
indent: false
}
});
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"dependencies": {
"faucet-pipeline": "~1.0.0-rc.3",
"rollup": "^0.57.0",
"rollup": "^0.57.1",
"rollup-plugin-cleanup": "^2.0.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.2.0"
"rollup-plugin-node-resolve": "^3.3.0"
},
"devDependencies": {
"eslint-config-fnd-jsx": "^1.3.0",
Expand Down

0 comments on commit 7fb4c22

Please sign in to comment.