Update client and types npm packages to link to monorepo directly (#26346)

Этот коммит содержится в:
Joram Wilander
2024-03-05 14:39:04 -05:00
коммит произвёл GitHub
родитель 9d4d5366a1
Коммит b70943707a
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@@ -5,7 +5,7 @@
"keywords": [
"mattermost"
],
"homepage": "https://github.com/mattermost/mattermost-server/tree/master/webapp/platform/client#readme",
"homepage": "https://github.com/mattermost/mattermost/tree/master/webapp/platform/client#readme",
"license": "MIT",
"files": [
"lib"
@@ -14,7 +14,7 @@
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "github:mattermost/mattermost-server",
"url": "github:mattermost/mattermost",
"directory": "webapp/platform/client"
},
"dependencies": {

Просмотреть файл

@@ -5,7 +5,7 @@
"keywords": [
"mattermost"
],
"homepage": "https://github.com/mattermost/mattermost-server/tree/master/webapp/platform/types#readme",
"homepage": "https://github.com/mattermost/mattermost/tree/master/webapp/platform/types#readme",
"license": "MIT",
"files": [
"lib"
@@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "github:mattermost/mattermost-server",
"url": "github:mattermost/mattermost",
"directory": "webapp/platform/types"
},
"devDependencies": {