diff --git a/package.json b/package.json index 005fa13..8898d98 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "scripts": { "build": "tsc -p tsconfig.json" }, + "repository": { + "type": "git", + "url": "git+https://git.tinkr.site/jeffi/create-tinkr-plugin.git" + }, "author": "jeffi", "license": "ISC", "description": "Create a tinkr plugin", @@ -21,5 +25,7 @@ "sanitize-filename": "^1.6.3", "sort-package-json": "^2.10.1" }, - "bin": "main.js" + "bin":{ + "create-tinkr-plugin": "index.js" + } }