diff --git a/package-lock.json b/package-lock.json index 4843102..44e68d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-go-e-charger", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00165b2..1c68776 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "homebridge-go-e-charger", "version": "0.1.0", "description": "A homebridge integration for the go-e charger wallbox.", - "license": "Apache-2.0", + "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "git://github.com/Diginize/homebridge-go-e-charger.git" @@ -17,7 +17,7 @@ }, "main": "dist/index.js", "scripts": { - "lint": "eslint src/**.ts --max-warnings=1", + "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build"