Skip to content

Commit

Permalink
chore(Dependencies): upgrade spago to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejsmolinski committed Aug 15, 2019
1 parent b220f22 commit e251cd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Finally, when everything succeeds:
## Local development

```shell
$ npm install -g spago@0.8.5 [email protected]
$ npm install -g spago@0.9.0 [email protected]
$ spago bundle-app -w
$ npx nodemon index.js
```
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"purescript": "^0.13.2",
"spago": "^0.8.5"
"spago": "^0.9.0"
},
"scripts": {
"prepublish": "spago bundle-app --main Main --to index.js && printf '%s\n%s' \"#!/usr/bin/env node\" \"$(cat index.js)\" > index.js"
Expand Down

0 comments on commit e251cd1

Please sign in to comment.