@microsoft/teams-manifest 0.1.1-alpha.d7c19ebcf.0 → 0.1.1-alpha.e83c26af7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/teams-manifest",
|
3
|
-
"version": "0.1.1-alpha.
|
3
|
+
"version": "0.1.1-alpha.e83c26af7.0",
|
4
4
|
"main": "build/index.js",
|
5
5
|
"types": "build/index.d.ts",
|
6
6
|
"license": "MIT",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
},
|
13
13
|
"devDependencies": {
|
14
14
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
15
|
-
"@microsoft/eslint-plugin-teamsfx": "0.0.4-alpha.
|
15
|
+
"@microsoft/eslint-plugin-teamsfx": "0.0.4-alpha.e83c26af7.0",
|
16
16
|
"@types/chai": "^4.2.21",
|
17
17
|
"@types/chai-as-promised": "^7.1.3",
|
18
18
|
"@types/mocha": "^8.2.3",
|
@@ -23,6 +23,7 @@
|
|
23
23
|
"chai": "^4.3.4",
|
24
24
|
"chai-as-promised": "^7.1.1",
|
25
25
|
"eslint": "^7.22.0",
|
26
|
+
"eslint-plugin-header": "^3.1.1",
|
26
27
|
"eslint-plugin-import": "^2.25.2",
|
27
28
|
"eslint-plugin-no-secrets": "^0.8.9",
|
28
29
|
"eslint-plugin-prettier": "^4.0.0",
|
@@ -59,5 +60,5 @@
|
|
59
60
|
"npx eslint --cache --fix --quiet"
|
60
61
|
]
|
61
62
|
},
|
62
|
-
"gitHead": "
|
63
|
+
"gitHead": "c5828967571e7001f08a35a2f59535c90c60f8b9"
|
63
64
|
}
|