2 Commits

Author SHA1 Message Date
bb7bee3b42 2.1.10 2021-03-01 01:27:16 +00:00
50197d4634 fix(core): update 2021-03-01 01:27:15 +00:00
2 changed files with 2 additions and 6 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthash",
"version": "2.1.9",
"version": "2.1.10",
"private": false,
"description": "simplified access to node hash functions",
"main": "dist_ts/index.js",
@ -9,10 +9,6 @@
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/nodehash.git"
},
"keywords": [
"pushrocks",
"typescript",