This commit is contained in:
Philipp Kunz 2018-09-08 01:04:48 +02:00
parent eb79ac25c9
commit f47ea7def8
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": "1.0.4", "version": "2.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smarthash", "name": "@pushrocks/smarthash",
"version": "1.0.4", "version": "2.0.0",
"private": false, "private": false,
"description": "simplifies access to node hash functions", "description": "simplifies access to node hash functions",
"main": "dist/index.js", "main": "dist/index.js",
@ -38,4 +38,4 @@
"@types/through2": "^2.0.33", "@types/through2": "^2.0.33",
"through2": "^2.0.3" "through2": "^2.0.3"
} }
} }