Skip to content

Commit d8e7ede

Browse files
committed
[exoframe-server] Fix github repo URL
Apparently this fails publishing to npm if it is a mismatch
1 parent 2af8e8b commit d8e7ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/exoframe-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "NODE_ENV=testing vitest",
1313
"test:ci": "NODE_ENV=testing vitest run --coverage"
1414
},
15-
"repository": "git@github.com:exoframejs/exoframe-server.git",
15+
"repository": "git@github.com:exoframejs/exoframe.git",
1616
"author": "Tim Ermilov <yamalight@gmail.com>",
1717
"license": "MIT",
1818
"dependencies": {

0 commit comments

Comments
 (0)