Skip to content

Commit 0d72668

Browse files
committed
Bump deps for compiler/0.12
1 parent 4ede691 commit 0d72668

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,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": {
9-
"jscs": "^3.0.4",
10-
"jshint": "^2.9.1",
11-
"pulp": "^9.0.1",
12-
"purescript-psa": "^0.3.8",
13-
"rimraf": "^2.5.0"
9+
"jscs": "^3.0.7",
10+
"jshint": "^2.9.5",
11+
"pulp": "^12.0.1",
12+
"purescript-psa": "^0.6.0",
13+
"rimraf": "^2.6.2"
1414
}
1515
}

0 commit comments

Comments
 (0)