From f0ae0c389aabb6f377539438645caa2e193e2f09 Mon Sep 17 00:00:00 2001 From: Gary Burgess Date: Wed, 13 Jul 2016 15:04:42 +0100 Subject: [PATCH] Update build --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8b3d86e..62272ec 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,11 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict" + "build": "pulp build --censor-lib --strict" }, "devDependencies": { - "pulp": "^8.2.0", - "purescript-psa": "^0.3.8", + "pulp": "^9.0.1", + "purescript-psa": "^0.3.9", "rimraf": "^2.5.0" } }