fix(core): update

This commit is contained in:
2019-01-30 02:42:19 +01:00
parent 9e0f2ee551
commit dba40dc99f
3 changed files with 35 additions and 8 deletions

View File

@ -2,7 +2,7 @@
"name": "@pushrocks/smarthash",
"version": "2.0.1",
"private": false,
"description": "simplifies access to node hash functions",
"description": "simplified access to node hash functions",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
@ -14,6 +14,8 @@
"url": "git+https://github.com/pushrocks/nodehash.git"
},
"keywords": [
"pushrocks",
"typescript",
"hash",
"node",
"sha256",
@ -38,4 +40,4 @@
"@types/through2": "^2.0.34",
"through2": "^3.0.0"
}
}
}