Skip to content

Commit 4c658fe

Browse files
authored
Merge pull request #166 from purescript/build-deps
Update build dependencies
2 parents 56bf5b8 + 4b6a057 commit 4c658fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
55
"build": "eslint src && pulp build -- --censor-lib --strict",
6-
"test": "pulp test"
6+
"test": "pulp test --no-check-main"
77
},
88
"devDependencies": {
9-
"eslint": "^3.17.1",
10-
"purescript-psa": "^0.5.0-rc.1",
11-
"pulp": "^10.0.4",
12-
"rimraf": "^2.6.1"
9+
"eslint": "^4.19.1",
10+
"purescript-psa": "^0.6.0",
11+
"pulp": "^12.2.0",
12+
"rimraf": "^2.6.2"
1313
}
1414
}

0 commit comments

Comments
 (0)