Skip to content

Commit bb51305

Browse files
greenkeeper[bot]linuxwolf
authored andcommitted
Build: Update webpack to the latest version 🚀 (#86)
* chore(package): update webpack to version 2.2.1 https://greenkeeper.io/ * chore: update webpack use to match expectations
1 parent b011c00 commit bb51305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ var KARMA_CONFIG = {
166166
loaders: [
167167
{
168168
test: /\.json$/,
169-
loader: "json"
169+
loader: "json-loader"
170170
}
171171
]
172172
},

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"mocha": "^3.2.0",
7575
"run-sequence": "^1.0.2",
7676
"watchify": "^3.7.0",
77-
"webpack": "^1.13.2",
77+
"webpack": "^2.2.1",
7878
"webpack-stream": "^3.2.0",
7979
"yargs": "^6.6.0"
8080
},

0 commit comments

Comments
 (0)