This commit is contained in:
Philipp Kunz 2019-01-30 02:42:20 +01:00
parent dba40dc99f
commit 7130e34adb
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smarthash", "name": "@pushrocks/smarthash",
"version": "2.0.1", "version": "2.0.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smarthash", "name": "@pushrocks/smarthash",
"version": "2.0.1", "version": "2.0.2",
"private": false, "private": false,
"description": "simplified access to node hash functions", "description": "simplified access to node hash functions",
"main": "dist/index.js", "main": "dist/index.js",
@ -40,4 +40,4 @@
"@types/through2": "^2.0.34", "@types/through2": "^2.0.34",
"through2": "^3.0.0" "through2": "^3.0.0"
} }
} }