diff --git a/package-lock.json b/package-lock.json index c6c97ef..a799309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@togatech/helpful-js", - "version": "1.0.1", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@togatech/helpful-js", - "version": "1.0.1", + "version": "1.0.3", "license": "GPL-3.0-or-later", "devDependencies": { "mocha": "^9.1.2" diff --git a/package.json b/package.json index e705eaf..29a7ef8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@togatech/helpful-js", - "version": "1.0.1", + "version": "1.0.3", "description": "A collection of helpful JavaScript functions, started by TogaTech.org and built by the open-source community", "main": "helpful.js", "directories": { @@ -24,5 +24,9 @@ "homepage": "https://github.com/TogaTech/helpful.js#readme", "devDependencies": { "mocha": "^9.1.2" - } + }, + "publishConfig": { + "access": "public" + }, + "private": false }