Skip to content

Commit

Permalink
GitHub #1 - Slim down package
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Oct 9, 2015
1 parent 93d8c8a commit c1a4a24
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "chump",
"version": "1.0.2",
"version": "1.0.3",
"description": "Pushover.net client for Node.js",
"homepage": "https://github.com/sqmk/chump",
"bugs": {
"url": "https://github.com/sqmk/chump/issues"
},
"keywords": [
"pushover",
"chump",
Expand All @@ -15,14 +11,11 @@
"push",
"notifications"
],
"license": "MIT",
"repository": "sqmk/chump",
"maintainers": [
"Michael Squires <[email protected]>"
],
"engines": {
"node": ">=4.0.0"
},
"license": "MIT",
"repository": "sqmk/chump",
"main": "lib/Chump.js",
"files": [
"lib"
Expand Down

0 comments on commit c1a4a24

Please sign in to comment.