diff --git a/package.json b/package.json index d3de871..1e496de 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch", - "prepublishOnly": "npm run build" + "prepublishOnly": "npm run build", + "prepare": "npm run build" }, "keywords": [ "electron", @@ -21,6 +22,10 @@ "v8" ], "license": "MIT", + "repository": { + "type": "git", + "url": "https://git.oxmc.me/oxmc/electron-performance.git" + }, "peerDependencies": { "electron": ">=20.0.0" },