Skip to content

Commit e362543

Browse files
committed
Update build
1 parent 1bdffcb commit e362543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict"
5+
"build": "jshint src && jscs src && pulp build --censor-lib --strict"
66
},
77
"devDependencies": {
88
"jscs": "^2.8.0",
99
"jshint": "^2.9.1",
10-
"pulp": "^8.2.0",
11-
"purescript-psa": "^0.3.8",
10+
"pulp": "^9.0.1",
11+
"purescript-psa": "^0.3.9",
1212
"rimraf": "^2.5.0"
1313
}
1414
}

0 commit comments

Comments
 (0)