Skip to content

Commit c3614ab

Browse files
committed
update publish registry & project name to match new org
1 parent f556bab commit c3614ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ npmScopes:
1212
lstreckeisen:
1313
npmAlwaysAuth: true
1414
npmAuthToken: <TOKEN>
15-
npmPublishRegistry: "https://npm.pkg.github.com/lstreckeisen"
15+
npmPublishRegistry: "https://npm.pkg.github.com/ContextMapper"
1616

1717
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@lstreckeisen/context-mapper-language-server",
2+
"name": "@contextmapper/context-mapper-language-server",
33
"description": "Langium language server for the Context Mapper DSL",
44
"version": "0.4.2-final-poc",
55
"license": "Apache-2.0",
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "url",
16-
"url": "https://github.com/lstreckeisen/context-mapper-language-server.git"
16+
"url": "https://github.com/ContextMapper/context-mapper-language-server.git"
1717
},
1818
"scripts": {
1919
"build": "tsc -b tsconfig.src.json",

0 commit comments

Comments
 (0)