diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-16 20:33:53 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-16 20:33:53 +0900 |
commit | 13fb726332e9638cb3fafc477cf9fe641cb906ce (patch) | |
tree | 407ac0092fcb20c94e407bf1cbc8e5c4844b3bd6 /package.json | |
parent | 85e22063fe522518e70928255349fb1c16b7cb42 (diff) | |
parent | dc860d32f50e2fc21a4f38663bfb0b9099a77513 (diff) |
Merge branch 'command-line'
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index e62dd5c..2e38ee5 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "babel-loader": "^7.1.1", "babel-preset-es2015": "^6.24.1", "chai": "^4.1.1", + "css-loader": "^0.28.4", "eslint": "^4.4.1", "karma": "^1.7.0", "karma-firefox-launcher": "^1.0.1", @@ -30,6 +31,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.4", "mocha": "^3.5.0", + "style-loader": "^0.18.2", "webpack": "^3.5.3" } } |