diff --git a/bower.json b/bower.json index 06a2167..69250cd 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,6 @@ "package.json" ], "dependencies": { - "purescript-eff": "^1.0.0-rc.1" + "purescript-eff": "^1.0.0" } } diff --git a/package.json b/package.json index 41356bc..324092e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "jshint src && jscs src && pulp build --censor-lib --strict" + "build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict" }, "devDependencies": { "jscs": "^2.8.0",