@microsoft/teams-manifest 0.1.7-rc-hotfix.1 → 0.1.7
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.7
|
3
|
+
"version": "0.1.7",
|
4
4
|
"main": "build/index.js",
|
5
5
|
"types": "build/index.d.ts",
|
6
6
|
"license": "MIT",
|
@@ -62,5 +62,5 @@
|
|
62
62
|
"npx eslint --cache --fix --quiet"
|
63
63
|
]
|
64
64
|
},
|
65
|
-
"gitHead": "
|
65
|
+
"gitHead": "6a4668989944e24635fe03fe6c5a05b07c348e30"
|
66
66
|
}
|