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 56bf5b8 + 4b6a057 commit 4c658feCopy full SHA for 4c658fe
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"
+ "test": "pulp test --no-check-main"
7
},
8
"devDependencies": {
9
- "eslint": "^3.17.1",
10
- "purescript-psa": "^0.5.0-rc.1",
11
- "pulp": "^10.0.4",
12
- "rimraf": "^2.6.1"
+ "eslint": "^4.19.1",
+ "purescript-psa": "^0.6.0",
+ "pulp": "^12.2.0",
+ "rimraf": "^2.6.2"
13
}
14
0 commit comments