diff --git a/bower.json b/bower.json index 1723ad9..1c6a7c8 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,6 @@ "package.json" ], "dependencies": { - "purescript-prelude": "^1.0.0-rc.4" + "purescript-prelude": "^1.0.0" } } diff --git a/package.json b/package.json index 83e0ba0..8b3d86e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "pulp build --censor-lib --strict" + "build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict" }, "devDependencies": { "pulp": "^8.2.0",