Skip to content

Commit fb417ff

Browse files
committed
Update build for release
1 parent cf538a6 commit fb417ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"package.json"
2323
],
2424
"dependencies": {
25-
"purescript-contravariant": "^1.0.0-rc.2",
26-
"purescript-foldable-traversable": "^1.0.0-rc.2"
25+
"purescript-contravariant": "^1.0.0",
26+
"purescript-foldable-traversable": "^1.0.0"
2727
}
2828
}

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)