Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit a8ae003

Browse files
michael-ciniawskyjoshwiens
authored andcommitted
chore(package): fix broken links && update devDependencies (#531)
1 parent c3cb091 commit a8ae003

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
2424
"webpack-sources": "^1.0.1"
2525
},
2626
"devDependencies": {
27-
"codecov.io": "^0.1.2",
27+
"codecov.io": "^0.1.6",
2828
"coveralls": "^2.11.2",
29-
"css-loader": "^0.26.1",
30-
"file-loader": "^0.9.0",
29+
"css-loader": "^0.28.4",
30+
"file-loader": "^0.11.2",
3131
"istanbul": "^0.4.5",
3232
"mocha": "^3.2.0",
33-
"mocha-lcov-reporter": "1.2.0",
33+
"mocha-lcov-reporter": "1.3.0",
3434
"raw-loader": "^0.5.1",
3535
"should": "^11.1.2",
36-
"standard-version": "^4.0.0",
37-
"style-loader": "^0.13.0",
38-
"webpack": "^2.2.0"
36+
"standard-version": "^4.1.0",
37+
"style-loader": "^0.18.2",
38+
"webpack": "^2.6.1"
3939
},
40-
"homepage": "http://github.com/webpack/extract-text-webpack-plugin",
40+
"homepage": "http://github.com/webpack-contrib/extract-text-webpack-plugin",
4141
"repository": {
4242
"type": "git",
43-
"url": "http://github.com/webpack/extract-text-webpack-plugin.git"
43+
"url": "http://github.com/webpack-contrib/extract-text-webpack-plugin.git"
4444
},
4545
"license": "MIT",
4646
"scripts": {

0 commit comments

Comments
 (0)