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 3aa317b commit 3cc2fa7Copy full SHA for 3cc2fa7
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.7",
10
"jshint": "^2.9.4",
11
- "pulp": "^9.0.1",
12
- "purescript-psa": "^0.3.9",
+ "pulp": "^10.0.0",
+ "purescript-psa": "^0.4.0",
13
"purescript": "^0.10.1",
14
"rimraf": "^2.5.4"
15
}
0 commit comments