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 d50f9d2 commit 7784fa1Copy full SHA for 7784fa1
package.json
@@ -2,13 +2,13 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "eslint src && pulp build --censor-lib --strict",
+ "build": "eslint src && pulp build -- --censor-lib --strict",
6
"test": "pulp test"
7
},
8
"devDependencies": {
9
- "eslint": "^3.19.0",
10
- "pulp": "^11.0.0",
11
- "purescript": "^0.11.3",
+ "eslint": "^4.4.1",
+ "pulp": "^11.0.2",
+ "purescript": "^0.11.6",
12
"purescript-psa": "^0.5.1",
13
"rimraf": "^2.6.1"
14
}
0 commit comments