@microsoft/teams-manifest 0.1.1-beta.2023082205.0 → 0.1.1-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/teams-manifest",
|
3
|
-
"version": "0.1.1-
|
3
|
+
"version": "0.1.1-rc.0",
|
4
4
|
"main": "build/index.js",
|
5
5
|
"types": "build/index.d.ts",
|
6
6
|
"license": "MIT",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"npx eslint --cache --fix --quiet"
|
60
60
|
]
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "d82cf375783e1bc14f5c12bcd0e2fdb0058e7d25"
|
63
63
|
}
|