Skip to content

Commit 64cdbbe

Browse files
committed
Update build & dependencies
1 parent 19f6c23 commit 64cdbbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build --censor-lib --strict",
6-
"test": "pulp build --include examples --censor-lib --strict && pulp test"
5+
"build": "pulp build -- --censor-lib --strict",
6+
"test": "pulp build --include examples -- --censor-lib --strict && pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^11.0.0",
10-
"purescript-psa": "^0.5.0",
11-
"purescript": "^0.11.1",
12-
"rimraf": "^2.6.1"
9+
"pulp": "^11.0.2",
10+
"purescript-psa": "^0.5.1",
11+
"purescript": "^0.11.6",
12+
"rimraf": "^2.6.2"
1313
}
1414
}

0 commit comments

Comments
 (0)