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 15dea96 commit 9bd7865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"package.json"
],
"dependencies": {
"purescript-distributive": "^1.0.0-rc.1",
"purescript-either": "^1.0.0-rc.1",
"purescript-tuples": "^1.0.0-rc.1"
"purescript-distributive": "^1.0.0",
"purescript-either": "^1.0.0",
"purescript-tuples": "^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": "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 9bd7865

Please sign in to comment.