Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit ee92cd9

Browse files
committed
Bump deps for compiler/0.12
1 parent 9ece563 commit ee92cd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 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 && pulp build --censor-lib --strict"
5+
"build": "jshint src && jscs src && pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"jscs": "^2.8.0",
9-
"jshint": "^2.9.1",
10-
"pulp": "^9.0.1",
11-
"purescript-psa": "^0.3.9",
12-
"rimraf": "^2.5.0"
8+
"jscs": "^3.0.7",
9+
"jshint": "^2.9.5",
10+
"pulp": "^12.0.1",
11+
"purescript-psa": "^0.6.0",
12+
"rimraf": "^2.6.2"
1313
}
1414
}

0 commit comments

Comments
 (0)