This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade project to 0.13.4 PS release
- Loading branch information
1 parent
9f3fcbd
commit 9d371ad
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ install: | |
# helpful as to how to do that | ||
- npm i -g npm | ||
# Also update NPM | ||
- npm i -g [email protected].3 [email protected] parcel | ||
# ^ Installing PureScript 0.13.3 now works | ||
- npm i -g [email protected].4 [email protected] parcel | ||
# ^ Installing PureScript 0.13.4 now works | ||
|
||
# Print version numbers | ||
before_script: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ Learn [`purescript-halogen`](https://github.com/slamdata/purescript-halogen), (` | |
## Requirements | ||
|
||
Before learning Halogen via this project, you will need to install the following. (If you don't have them already installed, see my purescript learning repo's [Install Guide](https://github.com/JordanMartinez/purescript-jordans-reference/blob/ps-0.13.x-v0.17.1/00-Getting-Started/02-Install-Guide.md) | ||
- purescript (v0.13.3) | ||
- purescript (v0.13.4) | ||
- spago (v0.9.0.0) | ||
- parcel (v1.12.3) | ||
|
||
Or, to install them in one line | ||
```bash | ||
npm i -g [email protected].3 [email protected] parcel | ||
npm i -g [email protected].4 [email protected] parcel | ||
``` | ||
|
||
## Target Audience | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters