diff --git a/package-lock.json b/package-lock.json index b81c5d9..a096f06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,20 @@ { "name": "laboral-kutxa", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "laboral-kutxa", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "node-fetch": "^2.7.0", "read": "^1.0.7" }, + "bin": { + "laboral-kutxa": "dist/cli.js" + }, "devDependencies": { "@types/chai": "^4.3.5", "@types/chai-as-promised": "^7.1.5", diff --git a/package.json b/package.json index 552a1ef..9a369ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laboral-kutxa", - "version": "1.0.5", + "version": "1.0.6", "description": "Unofficial Laboral Kutxa JS library", "main": "dist/index.js", "types": "dist/index.d.ts",