We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b387d commit fc4f2d8Copy full SHA for fc4f2d8
1 file changed
package.json
@@ -2,14 +2,13 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "jshint src && jscs src && pulp build --censor-lib --strict",
+ "build": "pulp build -- --censor-lib --strict",
6
"test": "pulp test"
7
},
8
"devDependencies": {
9
- "jscs": "^2.8.0",
10
- "jshint": "^2.9.1",
11
- "pulp": "^10.0.4",
12
- "purescript-psa": "^0.3.9",
+ "pulp": "^11.0.0",
+ "purescript": "^0.11.1",
+ "purescript-psa": "^0.5.0",
13
"rimraf": "^2.5.0"
14
}
15
0 commit comments