Skip to content

Commit fc4f2d8

Browse files
authored
Fix the build (#32)
* Fix the build * Update package.json
1 parent 24b387d commit fc4f2d8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +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": "pulp build -- --censor-lib --strict",
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"jscs": "^2.8.0",
10-
"jshint": "^2.9.1",
11-
"pulp": "^10.0.4",
12-
"purescript-psa": "^0.3.9",
9+
"pulp": "^11.0.0",
10+
"purescript": "^0.11.1",
11+
"purescript-psa": "^0.5.0",
1312
"rimraf": "^2.5.0"
1413
}
1514
}

0 commit comments

Comments
 (0)