optimize example further (#462)

This commit is contained in:
Yoshua Wuyts
2017-04-02 01:19:59 +02:00
committed by GitHub
parent 96c0d1bc29
commit 16d15d0e88
4 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"deps": "dependency-check --entry ./html.js . && dependency-check . --extra --no-dev --entry ./html.js",
"inspect": "browserify --full-paths index -g unassertify -g uglifyify | discify --open",
"prepublish": "npm run build",
"start": "bankai start example --open --optimize",
"start": "bankai start example --optimize",
"test": "standard && npm run deps && node test.js"
},
"repository": "yoshuawuyts/choo",