Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit a1ffa4f

Browse files
committed
bump react to ~15.0.0
1 parent dd707cc commit a1ffa4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"node": ">=0.10.0"
3737
},
3838
"dependencies": {
39-
"react": "0.14.7"
39+
"react": "~15.0.0"
4040
},
4141
"devDependencies": {
4242
"codecov.io": "0.1.6",
@@ -46,7 +46,7 @@
4646
"istanbul": "0.4.2",
4747
"zuul": "3.9.0",
4848
"coffeeify": "2.0.1",
49-
"react-dom": "0.14.7"
49+
"react-dom": "~15.0.0"
5050
},
5151
"scripts": {
5252
"compile": "coffee --bare --compile --output lib/ src/",

0 commit comments

Comments
 (0)