update readme

This commit is contained in:
Jon Schoning 2019-09-25 21:33:03 -05:00
parent 657c1a6438
commit ee14413543
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
## Development (Posix only)
1. Install `purescript`, `purescript-spago`, `parcel-bundler`:
1. Install `purescript`, `spago`, `parcel-bundler`:
```
npm install

View file

@ -7,6 +7,8 @@
"parcel-build": "parcel build dist/bundle.js --out-file dist/app.min.js --public-url /static/js/"
},
"devDependencies": {
"purescript": "^0.13.3",
"spago": "^0.10.0",
"marked": "^0.7.0",
"moment": "^2.24.0",
"parcel-bundler": "^1.12.3",