Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 28801dd

Browse files
authored
Merge pull request #39 from purescript/bump-pulp
Bump pulp version
2 parents e11b0a5 + b71ee8a commit 28801dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
55
"build": "eslint src && pulp build -- --censor-lib --strict",
6-
"test": "pulp test --check-main-type Effect.Effect"
6+
"test": "pulp test"
77
},
88
"devDependencies": {
99
"eslint": "^4.19.1",
10-
"pulp": "^12.2.0",
10+
"pulp": "^15.0.0",
1111
"purescript-psa": "^0.6.0",
1212
"rimraf": "^2.6.2"
1313
}

0 commit comments

Comments
 (0)