diff --git a/package.json b/package.json index 1ab2eed..7015157 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "version": "0.0.0-development", "type": "module", "author": "Stephan Bönnemann (http://boennemann.me)", - "bin": { - "semantic-release": "bin/semantic-release.js" - }, "bugs": { "url": "https://github.com/braybatista/Konex/issues" }, @@ -58,25 +55,12 @@ "version" ], "license": "UNLICENCED", - "lockfile-lint": { - "path": "package-lock.json", - "type": "npm", - "validate-https": true, - "allowed-hosts": [ - "npm" - ] - }, - "publishConfig": { - "access": "public", - "provenance": true - }, "repository": { "type": "git", "url": "git+https://github.com/braybatista/Konex.git" }, "scripts": { }, - "private": "true", "renovate": { "extends": [ "github>semantic-release/.github:renovate-config"