Skip to content

Commit bc11f76

Browse files
committed
Point browser builds to dist so it can be included directly.
Fixes #45 without requiring reactify dep.
1 parent 06915b1 commit bc11f76

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
"test": "script/test --browsers Firefox --single-run",
88
"start": "script/build"
99
},
10-
"browserify": {
11-
"transform": [
12-
"reactify"
13-
]
14-
},
10+
"browser": "dist/react-draggable.js",
1511
"repository": {
1612
"type": "git",
1713
"url": "https://github.com/mzabriskie/react-draggable.git"

0 commit comments

Comments
 (0)