From 948404d7d872e93424bbd7bb13122f7a02a2d452 Mon Sep 17 00:00:00 2001 From: Gary Burgess Date: Wed, 1 Jun 2016 04:05:57 +0100 Subject: [PATCH] Update build for release --- bower.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index b6b2bd0..3410165 100644 --- a/bower.json +++ b/bower.json @@ -20,13 +20,13 @@ "package.json" ], "dependencies": { - "purescript-arrays": "^1.0.0-rc.1", - "purescript-either": "^1.0.0-rc.1", - "purescript-proxy": "^1.0.0-rc.1", - "purescript-strings": "^1.0.0-rc.1" + "purescript-arrays": "^1.0.0", + "purescript-either": "^1.0.0", + "purescript-proxy": "^1.0.0", + "purescript-strings": "^1.0.0" }, "devDependencies": { - "purescript-assert": "^1.0.0-rc.1", - "purescript-console": "^1.0.0-rc.1" + "purescript-assert": "^1.0.0", + "purescript-console": "^1.0.0" } } diff --git a/package.json b/package.json index 8bbaae7..46e9a54 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "jshint src && jscs src && pulp build --censor-lib --strict", - "test": "pulp test" + "build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict", + "test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node" }, "devDependencies": { "jscs": "^2.8.0",