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 4ede691 commit 0d72668Copy full SHA for 0d72668
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": "^3.0.4",
10
- "jshint": "^2.9.1",
11
- "pulp": "^9.0.1",
12
- "purescript-psa": "^0.3.8",
13
- "rimraf": "^2.5.0"
+ "jscs": "^3.0.7",
+ "jshint": "^2.9.5",
+ "pulp": "^12.0.1",
+ "purescript-psa": "^0.6.0",
+ "rimraf": "^2.6.2"
14
}
15
0 commit comments