Skip to content

Commit

Permalink
Specify files to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Sep 26, 2018
1 parent cfc0ad2 commit 0840c0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion lib/jwt.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var jwt = module.exports;
/**
* version
*/
jwt.version = '0.5.4';
jwt.version = '0.5.5';

/**
* Decode jwt
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jwt-simple",
"description": "JWT(JSON Web Token) encode and decode module",
"version": "0.5.4",
"version": "0.5.5",
"author": "Kazuhito Hokamura <[email protected]>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,12 @@
"engines": {
"node": ">= 0.4.0"
},
"files": [
"README.md",
"index.js",
"index.d.ts",
"lib"
],
"keywords": [
"jwt",
"encode",
Expand Down

0 comments on commit 0840c0c

Please sign in to comment.