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

Commit 343cce4

Browse files
author
Nicolas Gallagher
committed
Add webpack as devDependency
Fix #10
1 parent 3891654 commit 343cce4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"devDependencies": {
1414
"file-loader": "*",
1515
"style-loader": "*",
16-
"css-loader": "*"
16+
"css-loader": "*",
17+
"webpack": "*"
1718
},
1819
"homepage": "http://github.com/webpack/extract-text-webpack-plugin",
1920
"repository": {
@@ -26,4 +27,4 @@
2627
"url": "http://www.opensource.org/licenses/mit-license.php"
2728
}
2829
]
29-
}
30+
}

0 commit comments

Comments
 (0)