Skip to content

Commit

Permalink
Build: Update webpack to the latest version 🚀 (#86)
Browse files Browse the repository at this point in the history
* chore(package): update webpack to version 2.2.1

https://greenkeeper.io/

* chore: update webpack use to match expectations
  • Loading branch information
greenkeeper[bot] authored and linuxwolf committed Jan 31, 2017
1 parent b011c00 commit bb51305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var KARMA_CONFIG = {
loaders: [
{
test: /\.json$/,
loader: "json"
loader: "json-loader"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mocha": "^3.2.0",
"run-sequence": "^1.0.2",
"watchify": "^3.7.0",
"webpack": "^1.13.2",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0",
"yargs": "^6.6.0"
},
Expand Down

0 comments on commit bb51305

Please sign in to comment.