warn on unmount (#485)

This commit is contained in:
Yoshua Wuyts
2017-04-26 13:52:34 +02:00
committed by GitHub
parent 357d7d14b5
commit 6cf13af5ce
2 changed files with 2 additions and 1 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 --optimize",
"start": "bankai start example",
"test": "standard && npm run deps && node test.js"
},
"repository": "yoshuawuyts/choo",