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

Commit 4755ad7

Browse files
committed
Update build
1 parent 5b1eb2d commit 4755ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict"
5+
"build": "pulp build --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"pulp": "^8.2.0",
9-
"purescript-psa": "^0.3.8",
8+
"pulp": "^9.0.1",
9+
"purescript-psa": "^0.3.9",
1010
"rimraf": "^2.5.0"
1111
}
1212
}

0 commit comments

Comments
 (0)