diff --git a/package.json b/package.json index 7e18eb3e9..be891ca90 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gridstack", + "name": "@time-loop/gridstack.js", "version": "12.2.1", "license": "MIT", "author": "Alain Dumesny (https://github.com/adumesny)", @@ -12,7 +12,7 @@ "types": "./dist/gridstack.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/gridstack/gridstack.js.git" + "url": "git+https://github.com/time-loop/github-packages" }, "funding": [ { @@ -35,6 +35,9 @@ "reset": "rm -rf dist node_modules", "prepublishOnly": "yarn build" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "keywords": [ "Typescript", "gridstack.js",