Skip to content

Commit

Permalink
fix version and license
Browse files Browse the repository at this point in the history
  • Loading branch information
silviokennecke committed Jul 20, 2021
1 parent 5ba54fe commit 2ffdc97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 2ffdc97

Please sign in to comment.