Skip to content

Commit 0eb7087

Browse files
committed
Updated npm package and metadata.
1 parent 934342a commit 0eb7087

File tree

4 files changed

+237
-1
lines changed

4 files changed

+237
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test/

package-lock.json

Lines changed: 234 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrypt-js",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "The scrypt password-based key derivation function with asynchronous operation and ablility to be cancelled.",
55
"main": "scrypt.js",
66
"scripts": {

0 commit comments

Comments
 (0)