We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 303ac38 + 39918ac commit ab05e97Copy full SHA for ab05e97
1 file changed
package.json
@@ -3,12 +3,12 @@
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
"build": "jshint src && jscs src && pulp build -- --censor-lib --strict",
6
- "test": "pulp test --no-check-main"
+ "test": "pulp test"
7
},
8
"devDependencies": {
9
"jscs": "^3.0.7",
10
"jshint": "^2.9.5",
11
- "pulp": "^12.2.0",
+ "pulp": "^15.0.0",
12
"purescript-psa": "^0.6.0",
13
"rimraf": "^2.6.2"
14
}
0 commit comments