Updated the npm version

This commit is contained in:
chalith
2023-12-08 17:44:37 +05:30
parent e60c31176e
commit 92a9c1a53a
2 changed files with 3 additions and 5 deletions

5
npm/package-lock.json generated
View File

@@ -1,14 +1,13 @@
{
"name": "hpdevkit",
"version": "0.6.2",
"version": "0.6.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hpdevkit",
"version": "0.6.2",
"version": "0.6.4",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"commander": "9.4.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "hpdevkit",
"version": "0.6.2",
"version": "0.6.4",
"description": "Developer toolkit for HotPocket smart contract development",
"scripts": {
"lint": "./node_modules/.bin/eslint *.js",
@@ -16,7 +16,6 @@
"smart contract"
],
"homepage": "https://github.com/HotPocketDev/evernode-sdk",
"license": "MIT",
"dependencies": {
"commander": "9.4.0"
},