Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #74 from JordanMartinez/development
Browse files Browse the repository at this point in the history
Update dependencies and link to more things
  • Loading branch information
JordanMartinez committed Mar 15, 2020
2 parents 9e251cd + aa88945 commit 15db71c
Show file tree
Hide file tree
Showing 6 changed files with 993 additions and 956 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
# helpful as to how to do that
- npm i -g npm
# Also update NPM
- npm i -g [email protected].5 spago@0.12.1 parcel
- npm i -g [email protected].6 spago@0.14.0 parcel
# ^ Installing PureScript 0.13.5 now works

# Print version numbers
Expand Down
8 changes: 4 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5)
- spago (v0.12.1.0)
- parcel (v1.12.3)
- purescript (v0.13.6)
- spago (v0.14.0)
- parcel (v1.12.4)

Or, to install them in one line
```bash
npm i -g [email protected].5 spago@0.12.1 parcel
npm i -g [email protected].6 spago@0.14.0 parcel
```

Or, instead of install globally, install relatively to this project
Expand Down
Loading

0 comments on commit 15db71c

Please sign in to comment.