Skip to content

Commit d887c7a

Browse files
committed
Fix #178
1 parent 08d9641 commit d887c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
},
3333
"dependencies": {
3434
"async": "^1.4.0",
35-
"loader-utils": "^0.2.5"
35+
"loader-utils": "^0.2.5",
36+
"object-assign": "^4.0.1"
3637
},
3738
"devDependencies": {
3839
"bootstrap-sass": "^3.3.5",
@@ -42,7 +43,6 @@
4243
"jshint": "^2.8.0",
4344
"mocha": "^2.0.1",
4445
"node-sass": "3.3.3",
45-
"object-assign": "^4.0.1",
4646
"raw-loader": "^0.5.1",
4747
"should": "^7.0.2",
4848
"style-loader": "^0.12.3",

0 commit comments

Comments
 (0)