Skip to content

Commit 8b0a837

Browse files
committed
update package.json
1 parent aa9648c commit 8b0a837

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-spreadsheet",
2+
"name": "@funee-inc/react-spreadsheet",
33
"version": "0.10.0",
44
"description": "Simple, customizable yet performant spreadsheet for React",
55
"author": "Iddan Aaronsohn <[email protected]> (https://aniddan.com)",
@@ -112,11 +112,14 @@
112112
},
113113
"repository": {
114114
"type": "git",
115-
"url": "git+https://github.com/iddan/react-spreadsheet.git"
115+
"url": "git+https://github.com/FUNEE-inc/react-spreadsheet.git"
116116
},
117117
"license": "MIT",
118118
"bugs": {
119119
"url": "https://github.com/iddan/react-spreadsheet/issues"
120120
},
121-
"homepage": "https://github.com/iddan/react-spreadsheet#readme"
121+
"homepage": "https://github.com/iddan/react-spreadsheet#readme",
122+
"publishConfig": {
123+
"registry": "https://npm.pkg.github.com/funee-inc"
124+
}
122125
}

0 commit comments

Comments
 (0)