Use jspm buildpack, no jspm in postinstall

This commit is contained in:
Jonathan Cremin 2015-07-25 19:55:49 +01:00
parent 979296a07b
commit d9af91f83b
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "babel -d public/views views && npm run jspm",
"build": "babel -d public/views views",
"cover": "istanbul cover _mocha -- --require babel/register --require co-mocha test/**/*.js",
"jspm": "./node_modules/.bin/jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN && jspm install",
"start": "node -r babel/register app.js",