Skip to content

Commit 96aa0ac

Browse files
committed
test files
1 parent b18325f commit 96aa0ac

File tree

7 files changed

+991
-1
lines changed

7 files changed

+991
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@
3434
"devDependencies": {
3535
"babel-core": "^6.7.6",
3636
"babel-preset-es2015-rollup": "^1.1.1",
37+
"css-loader": "^0.23.1",
3738
"eslint": "^2.7.0",
3839
"rollup": "^0.25.8",
39-
"rollup-plugin-babel": "^2.4.0"
40+
"rollup-plugin-babel": "^2.4.0",
41+
"style-loader": "^0.13.1",
42+
"webpack": "^1.13.1"
4043
}
4144
}

0 commit comments

Comments
 (0)