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 0b7089a commit 14771fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -19,6 +19,6 @@
"package.json"
],
"dependencies": {
"purescript-sets": "^1.0.0-rc.1"
"purescript-sets": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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-*/src/**/*.purs\" --censor-lib --strict"
},
"devDependencies": {
"pulp": "^8.2.0",
Expand Down

0 comments on commit 14771fa

Please sign in to comment.