Skip to content

Commit

Permalink
Update build & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Sep 14, 2017
1 parent 19f6c23 commit 64cdbbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "pulp build --censor-lib --strict",
"test": "pulp build --include examples --censor-lib --strict && pulp test"
"build": "pulp build -- --censor-lib --strict",
"test": "pulp build --include examples -- --censor-lib --strict && pulp test"
},
"devDependencies": {
"pulp": "^11.0.0",
"purescript-psa": "^0.5.0",
"purescript": "^0.11.1",
"rimraf": "^2.6.1"
"pulp": "^11.0.2",
"purescript-psa": "^0.5.1",
"purescript": "^0.11.6",
"rimraf": "^2.6.2"
}
}

0 comments on commit 64cdbbe

Please sign in to comment.