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.
1 parent fac3072 commit b8c1ffbCopy full SHA for b8c1ffb
package.json
@@ -2,14 +2,14 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "jshint src && jscs src && pulp build --censor-lib --strict",
+ "build": "jshint src && jscs src && pulp build -- --censor-lib --strict",
6
"test": "pulp test"
7
},
8
"devDependencies": {
9
- "jscs": "^2.8.0",
10
- "jshint": "^2.9.1",
11
- "pulp": "^9.0.0",
12
- "purescript-psa": "^0.3.8",
13
- "rimraf": "^2.5.0"
+ "jscs": "^2.11.0",
+ "jshint": "^2.9.4",
+ "pulp": "^11.0.0",
+ "purescript-psa": "^0.5.0",
+ "rimraf": "^2.6.1"
14
}
15
0 commit comments