Skip to content

Commit 22e88aa

Browse files
author
Matt Zabriskie
committed
Adding react to dependencies
1 parent c899788 commit 22e88aa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"start": "script/build"
99
},
1010
"browserify": {
11-
"transform": ["reactify"]
11+
"transform": [
12+
"reactify"
13+
]
1214
},
1315
"repository": {
1416
"type": "git",
@@ -24,8 +26,10 @@
2426
"url": "https://github.com/mzabriskie/react-draggable/issues"
2527
},
2628
"homepage": "https://github.com/mzabriskie/react-draggable",
29+
"dependencies": {
30+
"react": "^0.11.1"
31+
},
2732
"devDependencies": {
28-
"react": "^0.11.0",
2933
"jsx-loader": "^0.11.0",
3034
"karma": "^0.12.19",
3135
"karma-cli": "0.0.4",

0 commit comments

Comments
 (0)