Skip to content

Commit

Permalink
Ensure support is properly excluded.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed May 23, 2014
1 parent 901a0ef commit a09ed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "grunt test coveralls",
"doc": "jsdoc -r -d docs/ lib/ README.md",
"build": "npm run modern && npm run legacy",
"modern": "browserify --ignore=./lib/support/*.js -g deamdify lib -s combyne > dist/combyne.js",
"modern": "browserify --ignore=./lib/support/**/*.js -g deamdify lib -s combyne > dist/combyne.js",
"legacy": "browserify -g deamdify lib -s combyne > dist/combyne.legacy.js"
}
}

0 comments on commit a09ed32

Please sign in to comment.