Skip to content

Commit eb55466

Browse files
committed
Update npmignore and package.json "browser" config to include dist, fixes #105
1 parent ac76fb4 commit eb55466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ example
33
script
44
specs
55
karma.conf.js
6-
webpack.config.js
7-
dist/
6+
Makefile

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "React draggable component",
55
"main": "dist/react-draggable.js",
6+
"browser": "dist/react-draggable.js",
67
"scripts": {
78
"test": "make test",
89
"test-debug": "karma start --browsers=Chrome --single-run=false",

0 commit comments

Comments
 (0)