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": [ "keywords": [
"mattermost" "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", "license": "MIT",
"files": [ "files": [
"lib" "lib"
@@ -14,7 +14,7 @@
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "github:mattermost/mattermost-server", "url": "github:mattermost/mattermost",
"directory": "webapp/platform/client" "directory": "webapp/platform/client"
}, },
"dependencies": { "dependencies": {

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

@@ -5,7 +5,7 @@
"keywords": [ "keywords": [
"mattermost" "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", "license": "MIT",
"files": [ "files": [
"lib" "lib"
@@ -22,7 +22,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "github:mattermost/mattermost-server", "url": "github:mattermost/mattermost",
"directory": "webapp/platform/types" "directory": "webapp/platform/types"
}, },
"devDependencies": { "devDependencies": {