We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad0c29 commit 40f9426Copy full SHA for 40f9426
package.json
@@ -2,8 +2,7 @@
2
"private": true,
3
"scripts": {
4
"postinstall": "bower install",
5
- "build": "jshint src && jscs src && pulp build --optimise --to dist/web-storage.js",
6
- "test": "pulp browserify --optimise --include test --main Test.Main --to dist/test.js"
+ "build": "jshint src && jscs src && pulp build --strict",
7
},
8
"devDependencies": {
9
"jscs": "^3.0.7",
0 commit comments