Remove postinstall, add jspm config

This commit is contained in:
Jonathan Cremin 2015-07-11 11:01:12 +01:00
parent 358a3593e2
commit fd97abbfce

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "babel -d public/views views",
"postinstall": "jspm install",
"jspm": "./node_modules/.bin/jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN && jspm install",
"start": "node -r 'babel/register' app.js",
"test": "mocha --require co-mocha --compilers js:babel/register test/**/*.js --timeout=10000",
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",