fix popup and improve install instructions to fix #39

This commit is contained in:
Alan Hamlett
2016-06-29 12:58:55 -07:00
parent f8f4b1e268
commit e8a73a3846
3 changed files with 10 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
"test-react": "jest --verbose --coverage",
"test-js": "node_modules/.bin/phantomjs tests/run.js",
"start": "npm install && bower install && gulp",
"gulp": "gulp",
"watch": "gulp watch",
"lint": "jsxhint --jsx-only .",
"postinstall": "gulp postinstall"