Skip to content

Commit

Permalink
Update build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Jun 1, 2016
1 parent f47e105 commit 7c0f741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"package.json"
],
"dependencies": {
"purescript-eff": "^1.0.0-rc.1"
"purescript-eff": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7c0f741

Please sign in to comment.