Skip to content

Commit

Permalink
fix .npmignore
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
rzcoder committed Mar 4, 2019
1 parent b4d0aa6 commit 9feef4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
test
.travis.yml
.travis.yml
.nyc_output
.tmp
.idea
.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-rsa",
"version": "1.0.4",
"version": "1.0.5",
"description": "Node.js RSA library",
"main": "src/NodeRSA.js",
"scripts": {
Expand Down

0 comments on commit 9feef4b

Please sign in to comment.