Skip to content

Commit bdb7e01

Browse files
committed
remove "component" from package.json
1 parent c38a016 commit bdb7e01

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,5 @@
3939
"sinon-chai": "^2.8.0"
4040
},
4141
"main": "./src/index.js",
42-
"browser": "./src/browser.js",
43-
"component": {
44-
"scripts": {
45-
"debug/index.js": "browser.js",
46-
"debug/debug.js": "debug.js"
47-
}
48-
}
42+
"browser": "./src/browser.js"
4943
}

0 commit comments

Comments
 (0)