diff --git a/package.json b/package.json index 2ac3b09..45afec9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "pulumi-extra-crds", - "version": "1.0.9", + "version": "1.0.10", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git+https://github.com/GigiaJ/pulumi-crds.git" + }, "scripts": { "generate": "node scripts/generate-crds.js", "build": "tsc -p tsconfig.json"