We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcc3173 + 4581071 commit 23ca1f4Copy full SHA for 23ca1f4
package.json
@@ -3,12 +3,12 @@
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
"build": "eslint src && pulp build -- --censor-lib --strict",
6
- "test": "pulp test --no-check-main"
+ "test": "pulp test"
7
},
8
"devDependencies": {
9
"eslint": "^4.19.1",
10
"purescript-psa": "^0.6.0",
11
- "pulp": "^12.2.0",
+ "pulp": "^15.0.0",
12
"rimraf": "^2.6.2"
13
}
14
0 commit comments