Skip to content

Commit 9bd7865

Browse files
committed
Update build for release
1 parent 15dea96 commit 9bd7865

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"package.json"
2323
],
2424
"dependencies": {
25-
"purescript-distributive": "^1.0.0-rc.1",
26-
"purescript-either": "^1.0.0-rc.1",
27-
"purescript-tuples": "^1.0.0-rc.1"
25+
"purescript-distributive": "^1.0.0",
26+
"purescript-either": "^1.0.0",
27+
"purescript-tuples": "^1.0.0"
2828
}
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build --censor-lib --strict"
5+
"build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict"
66
},
77
"devDependencies": {
88
"pulp": "^8.2.0",

0 commit comments

Comments
 (0)