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 1bdffcb commit e362543Copy full SHA for e362543
package.json
@@ -2,13 +2,13 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict"
+ "build": "jshint src && jscs src && pulp build --censor-lib --strict"
6
},
7
"devDependencies": {
8
"jscs": "^2.8.0",
9
"jshint": "^2.9.1",
10
- "pulp": "^8.2.0",
11
- "purescript-psa": "^0.3.8",
+ "pulp": "^9.0.1",
+ "purescript-psa": "^0.3.9",
12
"rimraf": "^2.5.0"
13
}
14
0 commit comments