From fd97abbfcec6edc3cc67c515c9fd91f465072b99 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sat, 11 Jul 2015 11:01:12 +0100 Subject: [PATCH] Remove postinstall, add jspm config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e61c32c..6cdbd7d 100644 --- a/package.json +++ b/package.json @@ -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\"",