Skip to content

Commit d73f61a

Browse files
authored
Merge pull request #61 from purescript/bump-pulp
Bump pulp version
2 parents 93c2352 + aaa41c2 commit d73f61a

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,12 +3,12 @@
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",
1010
"purescript-psa": "^0.6.0",
11-
"pulp": "^12.2.0",
11+
"pulp": "^15.0.0",
1212
"rimraf": "^2.6.2"
1313
}
1414
}

0 commit comments

Comments
 (0)