Skip to content

Commit

Permalink
Bump version and add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Jan 30, 2016
1 parent 9774db7 commit 15ccae7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
argon2/argon2-specs.pdf
argon2/kats
argon2/Makefile
argon2/src/bench.c
argon2/src/genkat.h
benchmark.js
.codeclimate.yml
.editorconfig
.git*
.idea
.travis.yml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argon2",
"version": "0.5.1",
"version": "0.6.0",
"description": "An Argon2 library for Node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 15ccae7

Please sign in to comment.