Skip to content

Commit ebb8214

Browse files
authored
Merge pull request #4 from julyskies/develop
Develop
2 parents dee32ff + 686084e commit ebb8214

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.eslintrc.json
2+
.gitignore
3+
.travis.yml
4+
package-lock.json
5+
runtime.js
6+
/tests

package-lock.json

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "scryptwrap",
33
"description": "A wrapper for the crypto.scrypt()",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"main": "index.js",
66
"author": {
77
"name": "Peter Dyumin",

0 commit comments

Comments
 (0)