Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Updated out-of-date node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
magicink committed Feb 7, 2017
1 parent dbdf2f4 commit 9bdcde5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"nock": "^9.0.2",
"rimraf": "^2.5.4",
"sinon": "^1.17.7",
"webpack": "^1.14.0"
"webpack": "^2.2.1"
},
"preferGlobal": true,
"bin": {
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default {
path: `${path.resolve(__dirname, 'build')}`
},
plugins: [
new webpack.BannerPlugin('#!/usr/bin/env node', {
new webpack.BannerPlugin({
banner: '#!/usr/bin/env node',
raw: true
}),
new webpack.IgnorePlugin(/vertx/)
Expand Down

0 comments on commit 9bdcde5

Please sign in to comment.