Skip to content

Commit 16ea9b0

Browse files
committed
Correct dependencies
1 parent 3b7f998 commit 16ea9b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
"babel-preset-stage-3": "^6.24.1",
4141
"jest": "^22.4.4",
4242
"lerna": "^2.11.0",
43+
"react": "^16.4.1",
4344
"rimraf": "^2.6.2"
45+
},
46+
"dependencies": {
47+
"classnames": "^2.2.6",
48+
"glamor": "^2.20.40"
49+
},
50+
"peerDependencies": {
51+
"react": "^16.4.1"
4452
}
4553
}

0 commit comments

Comments
 (0)