Skip to content

Commit 0482c97

Browse files
committed
Make own package for better adaptability
1 parent bf8989a commit 0482c97

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/plugin-ext/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@theia/plugin-ext",
2+
"name": "@robertjndw/plugin-ext",
33
"version": "1.58.5",
44
"description": "Theia - Plugin Extension",
55
"main": "lib/common/index.js",
@@ -52,7 +52,8 @@
5252
"vscode-textmate": "^9.0.0"
5353
},
5454
"publishConfig": {
55-
"access": "public"
55+
"access": "public",
56+
"registry": "https://registry.npmjs.org/"
5657
},
5758
"theiaExtensions": [
5859
{
@@ -70,12 +71,12 @@
7071
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
7172
"repository": {
7273
"type": "git",
73-
"url": "https://github.com/eclipse-theia/theia.git"
74+
"url": "https://github.com/robertjndw/theia.git"
7475
},
7576
"bugs": {
76-
"url": "https://github.com/eclipse-theia/theia/issues"
77+
"url": "https://github.com/robertjndw/theia/issues"
7778
},
78-
"homepage": "https://github.com/eclipse-theia/theia",
79+
"homepage": "https://github.com/robertjndw/theia",
7980
"files": [
8081
"lib",
8182
"src"

0 commit comments

Comments
 (0)