Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 5b1eb2d

Browse files
committed
Update build for release
1 parent 3ae4880 commit 5b1eb2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-functor-coproducts": "^1.0.0-rc.1"
20+
"purescript-functor-coproducts": "^1.0.0"
2121
}
2222
}

package.json

+1-1
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)