Skip to content

Commit

Permalink
Add keywords to package.json and bump version
Browse files Browse the repository at this point in the history
Add keywords for npm and update version.
  • Loading branch information
mikerourke committed Jul 1, 2017
1 parent a0c4bc5 commit 3e1babf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trello-for-wolves",
"version": "1.1.1",
"version": "1.1.2",
"description": "Node.js wrapper for Trello API...for wolves.",
"engines": {
"node": ">=4.0.0"
Expand All @@ -11,6 +11,12 @@
"url": "https://github.com/mikerourke/trello-for-wolves"
},
"author": "Mike Rourke <mike.w.rourke@gmail.com>",
"keywords": [
"trello",
"api",
"wolves",
"wolf"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mikerourke/trello-for-wolves/issues"
Expand Down

0 comments on commit 3e1babf

Please sign in to comment.