add fields to package and version bump for eventual 1.2
Showing
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| "description": "Wrapper for the challong api", | "description": "Wrapper for the challong api", | ||
| "author": "Aaron Tiwell <aaron.tidwell@gmail.com>", | "author": "Aaron Tiwell <aaron.tidwell@gmail.com>", | ||
| "main": "./lib/challonge.js", | "main": "./lib/challonge.js", | ||
| "version": "1.0.0", | "version": "1.2.0", | ||
| "contributors": [ | "contributors": [ | ||
| { | { | ||
| "name": "Ricardo Reis", | "name": "Ricardo Reis", | ||
| ... | @@ -18,6 +18,10 @@ | ... | @@ -18,6 +18,10 @@ |
| "type": "git", | "type": "git", | ||
| "url": "https://github.com/Tidwell/node-challonge" | "url": "https://github.com/Tidwell/node-challonge" | ||
| }, | }, | ||
| "bugs": { | |||
| "url": "https://github.com/Tidwell/node-challonge/issues" | |||
| }, | |||
| "homepage": "https://github.com/Tidwell/node-challonge#README", | |||
| "keywords": [ | "keywords": [ | ||
| "challonge", | "challonge", | ||
| "api-wrapper", | "api-wrapper", | ||
| ... | ... |
Please register or sign in to comment