Skip to content

Commit 7784fa1

Browse files
committed
Update build
1 parent d50f9d2 commit 7784fa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 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": "eslint src && pulp build --censor-lib --strict",
5+
"build": "eslint src && pulp build -- --censor-lib --strict",
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"eslint": "^3.19.0",
10-
"pulp": "^11.0.0",
11-
"purescript": "^0.11.3",
9+
"eslint": "^4.4.1",
10+
"pulp": "^11.0.2",
11+
"purescript": "^0.11.6",
1212
"purescript-psa": "^0.5.1",
1313
"rimraf": "^2.6.1"
1414
}

0 commit comments

Comments
 (0)