Skip to content

Commit b8666df

Browse files
authored
Merge pull request #1 from time-loop/setup-fork
Setup fork
2 parents 6339147 + d7d602b commit b8666df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gridstack",
2+
"name": "@time-loop/gridstack.js",
33
"version": "12.2.1",
44
"license": "MIT",
55
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
@@ -12,7 +12,7 @@
1212
"types": "./dist/gridstack.d.ts",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/gridstack/gridstack.js.git"
15+
"url": "git+https://github.com/time-loop/github-packages"
1616
},
1717
"funding": [
1818
{
@@ -35,6 +35,9 @@
3535
"reset": "rm -rf dist node_modules",
3636
"prepublishOnly": "yarn build"
3737
},
38+
"publishConfig": {
39+
"registry": "https://npm.pkg.github.com"
40+
},
3841
"keywords": [
3942
"Typescript",
4043
"gridstack.js",

0 commit comments

Comments
 (0)