Skip to content

Commit 07aaf02

Browse files
nhunzakerryanflorence
authored andcommitted
[change] classname module dependency
1 parent 1478462 commit 07aaf02

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"babel-core": "^4.4.6",
2626
"babel-loader": "^4.0.0",
2727
"bundle-loader": "^0.5.2",
28-
"classnames": "^1.1.4",
2928
"events": "1.0.2",
3029
"expect": "^1.1.0",
3130
"jsxhint": "^0.12.1",
@@ -44,11 +43,11 @@
4443
"webpack-dev-server": "^1.6.6"
4544
},
4645
"peerDependencies": {
47-
"react": "0.13.x",
48-
"classnames": "^1.1.4"
46+
"react": "0.13.x"
4947
},
5048
"dependencies": {
51-
"qs": "2.4.1"
49+
"qs": "2.4.1",
50+
"classnames": "1.1.x"
5251
},
5352
"tags": [
5453
"react",

0 commit comments

Comments
 (0)