Skip to content

Commit

Permalink
remove "component" from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 22, 2017
1 parent c38a016 commit bdb7e01
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Expand Up @@ -39,11 +39,5 @@
"sinon-chai": "^2.8.0"
},
"main": "./src/index.js",
"browser": "./src/browser.js",
"component": {
"scripts": {
"debug/index.js": "browser.js",
"debug/debug.js": "debug.js"
}
}
"browser": "./src/browser.js"
}

0 comments on commit bdb7e01

Please sign in to comment.