Skip to content

Commit a93bcd7

Browse files
committed
Add normalize as a dependency
1 parent a1f10a8 commit a93bcd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"dependencies": {
3939
"classnames": "~2.2.5",
4040
"core-js": "~2.4.0",
41+
"normalize.css": "~5.0.0",
4142
"react-css-themr": "~1.4.1"
4243
},
4344
"devDependencies": {
@@ -72,7 +73,6 @@
7273
"karma-webpack": "~1.7.0",
7374
"mocha": "~3.0.1",
7475
"node-sass": "~3.7.0",
75-
"normalize.css": "~5.0.0",
7676
"phantomjs": "~2.1.7",
7777
"phantomjs-polyfill": "0.0.2",
7878
"phantomjs-prebuilt": "~2.1.7",
@@ -115,7 +115,6 @@
115115
"peerDependencies": {
116116
"classnames": "~2.2.0",
117117
"immutability-helper": "~2.0.0",
118-
"normalize.css": "~5.0.0",
119118
"react": "~0.14 || ~15.3.0",
120119
"react-addons-css-transition-group": "~0.14.0 || ~15.3.0",
121120
"react-dom": "~0.14.0 || ~15.3.0"

0 commit comments

Comments
 (0)