Skip to content

Commit

Permalink
Merge pull request #16 from microauth/next
Browse files Browse the repository at this point in the history
fix(root): Updated request-promise dep
  • Loading branch information
rockchalkwushock authored Oct 25, 2017
2 parents 741bb99 + 69fd801 commit f9e5413
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 426 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Feature | Node Version | Flags

Information from [Node Green](http://node.green/#ESNEXT-candidate--stage-3-).

> _I will remove the build process when these features become part of LTS._
## Running the example

1. Setup an account with [Zeit](https://zeit.co).
Expand Down
5 changes: 3 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"version": "0.1.0",
"description": "Basic example for using this package.",
"main": "index.js",
"author": "Cody Brunner <[email protected]> (https://rcws-development.com)",
"author":
"Cody Brunner <[email protected]> (https://rcws-development.com)",
"license": "MIT",
"scripts": {
"now-start": "NODE_ENV=production micro",
"start": "NODE_ENV=development micro"
},
"dependencies": {
"micro": "~8.0.3",
"micro": "~9.0.0",
"microauth-vkontakte": "latest"
}
}
Loading

0 comments on commit f9e5413

Please sign in to comment.