Skip to content

Commit

Permalink
Lean out NWB config.
Browse files Browse the repository at this point in the history
  • Loading branch information
treshugart committed Jan 29, 2018
1 parent 57b90e5 commit 108919e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 1 addition & 6 deletions nwb.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
module.exports = {
type: "web-module",
npm: {
cjs: false,
esModules: false,
umd: "val"
}
type: "web-module"
};
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"elements",
"integration"
],
"main": "umd/@skatejs/val.js",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"umd"
"lib",
"es"
],
"scripts": {
"prepublish": "nwb build",
Expand Down

0 comments on commit 108919e

Please sign in to comment.