[MM-57348] Change result
to status
as a better descriptor of the notification status (#3005)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mattermost/desktop-api",
|
||||
"version": "5.8.0-4",
|
||||
"version": "5.8.0-5",
|
||||
"description": "Shared types for the Desktop App API provided to the Web App",
|
||||
"keywords": [
|
||||
"mattermost"
|
||||
@@ -29,6 +29,6 @@
|
||||
"build": "tsc --build --verbose",
|
||||
"run": "tsc --watch --preserveWatchOutput",
|
||||
"clean": "rm -rf tsconfig.tsbuildinfo ./lib",
|
||||
"prepublish": "npm run build && rm -rf tsconfig.tsbuildinfo"
|
||||
"prepublishOnly": "npm run build && rm -rf ./lib/tsconfig.tsbuildinfo"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user