mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
in (#23388)
This commit is contained in:
parent
6d3354266a
commit
9aeaaa64de
2 changed files with 4 additions and 4 deletions
4
webapp/package-lock.json
generated
4
webapp/package-lock.json
generated
|
|
@ -36,8 +36,8 @@
|
|||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.10.0",
|
||||
"npm": "7.24.0"
|
||||
"node": "^16.10.0",
|
||||
"npm": "^7.24.0"
|
||||
}
|
||||
},
|
||||
"boards": {
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
"name": "@mattermost/webapp",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "16.10.0",
|
||||
"npm": "7.24.0"
|
||||
"node": "^16.10.0",
|
||||
"npm": "^7.24.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/skip_integrity_check.js && npm run build --workspace=platform/types --workspace=platform/client --workspace=platform/components",
|
||||
|
|
|
|||
Loading…
Reference in a new issue