Skip to content

Commit

Permalink
updated README.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
duhminick committed Aug 1, 2016
1 parent 6a0e6bf commit b3b4e40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This project follows the [JS Standard Code Style](http://standardjs.com/index.ht
* Favorite/unfavorite Pokemon
* Evolve Pokemon with x amount of times
* Show Pokemon moveset
* Nickname Pokemon
* Pictures would be nice
* Change the table into something more appealing

Expand All @@ -39,6 +40,7 @@ This project follows the [JS Standard Code Style](http://standardjs.com/index.ht
* nrdxn
* jackyjieliu
* vinnymac
* mackhankins

## Credit
* [cyraxx](https://github.com/cyraxx) for [pogobuf](https://github.com/cyraxx/pogobuf) and [node-pogo-protos](https://github.com/cyraxx/node-pogo-protos)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^2.2.4",
"node-pogo-protos": "^1.1.1",
"pogobuf": "^1.3.0"
"node-pogo-protos": "^1.1.2",
"pogobuf": "^1.4.0"
}
}

0 comments on commit b3b4e40

Please sign in to comment.