Skip to content

Commit

Permalink
Adding keywords to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
troyharvey committed Sep 13, 2015
1 parent 6b9204a commit ac90da0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/jwt.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var token = {
};

if (token.string === undefined || token.string.split('.').length !== 3) {
console.log('jwt-cli version 1.0.3\n');
console.log('jwt-cli version 1.0.4\n');
console.log(colors.yellow('Usage:'));
console.log(' jwt [encoded token]');
return;
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jwt-cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "Decode a JWT (JSON Web Token)",
"repository" : {
"type" : "git",
Expand All @@ -16,6 +16,13 @@
"jsonwebtoken": "^5.0.5",
"moment": "^2.10.6"
},
"keywords": [
"jwt",
"json",
"decode",
"json-web-token",
"base64"
],
"author": "Troy Harvey <[email protected]>",
"license": "ISC"
}

0 comments on commit ac90da0

Please sign in to comment.