From 9404c80459a080f87af62b0dc7a9e71b42aad341 Mon Sep 17 00:00:00 2001 From: Anil Anar Date: Mon, 3 Apr 2017 01:01:42 +0200 Subject: [PATCH] update for purescript 0.11 --- bower.json | 4 ++-- package.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index c74c285..66aeb6e 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,7 @@ "package.json" ], "devDependencies": { - "purescript-assert": "^2.0.0", - "purescript-console": "^2.0.0" + "purescript-assert": "^3.0.0", + "purescript-console": "^3.0.0" } } diff --git a/package.json b/package.json index 44534d6..ae769e4 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,14 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "jshint src && jscs src && pulp build --censor-lib --strict", + "build": "jshint src && jscs src && pulp build -- --censor-lib --strict", "test": "pulp test" }, "devDependencies": { - "jscs": "^2.8.0", - "jshint": "^2.9.1", - "pulp": "^9.0.0", - "purescript-psa": "^0.3.8", - "rimraf": "^2.5.0" + "jscs": "^3.0.7", + "jshint": "^2.9.4", + "pulp": "^11.0.0", + "purescript-psa": "^0.5.0", + "rimraf": "^2.6.1" } }