Skip to content

Commit 99923a3

Browse files
authored
Fix the build (#36)
1 parent bbf690b commit 99923a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build --censor-lib --strict",
6-
"test": "pulp test"
5+
"build": "pulp build --censor-lib --strict"
76
},
87
"devDependencies": {
9-
"pulp": "^8.2.0",
10-
"purescript-psa": "^0.3.8",
8+
"pulp": "^9.0.1",
9+
"purescript-psa": "^0.3.9",
1110
"rimraf": "^2.5.0"
1211
}
1312
}

0 commit comments

Comments
 (0)