Skip to content

Commit 3cc2fa7

Browse files
committed
Update pulp/psa
1 parent 3aa317b commit 3cc2fa7

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,14 +2,14 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "jshint src && jscs src && pulp build --censor-lib --strict",
5+
"build": "jshint src && jscs src && pulp build -- --censor-lib --strict",
66
"test": "pulp test"
77
},
88
"devDependencies": {
99
"jscs": "^3.0.7",
1010
"jshint": "^2.9.4",
11-
"pulp": "^9.0.1",
12-
"purescript-psa": "^0.3.9",
11+
"pulp": "^10.0.0",
12+
"purescript-psa": "^0.4.0",
1313
"purescript": "^0.10.1",
1414
"rimraf": "^2.5.4"
1515
}

0 commit comments

Comments
 (0)