We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac76fb4 commit eb55466Copy full SHA for eb55466
.npmignore
@@ -3,5 +3,4 @@ example
3
script
4
specs
5
karma.conf.js
6
-webpack.config.js
7
-dist/
+Makefile
package.json
@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "React draggable component",
"main": "dist/react-draggable.js",
+ "browser": "dist/react-draggable.js",
"scripts": {
8
"test": "make test",
9
"test-debug": "karma start --browsers=Chrome --single-run=false",
0 commit comments