Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Update for Halogen v1.0.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb authored and natefaubion committed Feb 7, 2017
1 parent acc90d3 commit aeb5c63
Show file tree
Hide file tree
Showing 4 changed files with 765 additions and 765 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"package.json"
],
"dependencies": {
"purescript-halogen": "^0.12.0"
"purescript-halogen": "^1.0.0-rc.2"
},
"devDependencies": {
"bootstrap": "~3.3.7"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "pulp build --censor-lib --strict"
"build": "pulp build -- --censor-lib --strict"
},
"devDependencies": {
"pulp": "^9.0.1",
"purescript-psa": "^0.3.9",
"purescript": "^0.10.1",
"pulp": "^10.0.0",
"purescript-psa": "^0.4.0",
"purescript": "^0.10.5",
"rimraf": "^2.5.4"
}
}
Loading

0 comments on commit aeb5c63

Please sign in to comment.