Skip to content

Commit 91b5b68

Browse files
author
Jeff Escalante
committed
update webpack dep
1 parent 8620104 commit 91b5b68

File tree

2 files changed

+1077
-1075
lines changed

2 files changed

+1077
-1075
lines changed

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"source-loader": "^1.0.0",
2929
"spike-util": "^1.3.0",
3030
"sprout": "^1.2.1",
31-
"webpack": "^3.8.1",
31+
"webpack": "^3.12.0",
3232
"when": "^3.7.8"
3333
},
3434
"devDependencies": {
@@ -52,17 +52,14 @@
5252
"npm": ">=3.8.0"
5353
},
5454
"homepage": "https://github.com/static-dev/spike-core",
55-
"keywords": [
56-
"spike",
57-
"static",
58-
"webpack"
59-
],
55+
"keywords": ["spike", "static", "webpack"],
6056
"license": "MIT",
6157
"main": "lib",
6258
"repository": "static-dev/spike",
6359
"scripts": {
6460
"coverage": "nyc --reporter=html ava && open coverage/index.html",
65-
"coveralls": "nyc --reporter=lcov ava && cat ./coverage/lcov.info | coveralls",
61+
"coveralls":
62+
"nyc --reporter=lcov ava && cat ./coverage/lcov.info | coveralls",
6663
"lint": "standard --verbose | snazzy",
6764
"precommit": "npm run lint -s",
6865
"pretest": "npm run lint -s",

0 commit comments

Comments
 (0)