From 92a0fceefb37fdb17b5d9fb102aa981e6200655b Mon Sep 17 00:00:00 2001 From: Gary Burgess Date: Sun, 12 Mar 2017 14:16:16 +0000 Subject: [PATCH] Update for PureScript 0.11 --- .travis.yml | 2 +- bower.json | 6 +++--- package.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9843c2..27b95cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js dist: trusty sudo: required -node_js: 6 +node_js: stable env: - PATH=$HOME/purescript:$PATH install: diff --git a/bower.json b/bower.json index 897de3a..4ded7e5 100644 --- a/bower.json +++ b/bower.json @@ -17,8 +17,8 @@ "package.json" ], "dependencies": { - "purescript-control": "^2.0.0", - "purescript-invariant": "^2.0.0", - "purescript-newtype": "^1.0.0" + "purescript-control": "^3.0.0", + "purescript-invariant": "^3.0.0", + "purescript-newtype": "^2.0.0" } } diff --git a/package.json b/package.json index 62272ec..f9e9db6 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,11 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "pulp build --censor-lib --strict" + "build": "pulp build -- --censor-lib --strict" }, "devDependencies": { - "pulp": "^9.0.1", - "purescript-psa": "^0.3.9", - "rimraf": "^2.5.0" + "pulp": "^10.0.4", + "purescript-psa": "^0.5.0-rc.1", + "rimraf": "^2.6.1" } }