@microsoft/teamsfx 0.2.7-alpha.eae7a7a8.0 → 0.2.8-alpha.0dbdeb63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8-alpha.0dbdeb63.0",
|
|
4
4
|
"description": "Microsoft Teams Framework for Node.js and browser.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist-esm/src/index.js",
|
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"cross-env": "^7.0.2",
|
|
112
112
|
"dotenv": "^8.2.0",
|
|
113
113
|
"eslint": "^7.15.0",
|
|
114
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
114
115
|
"fs-extra": "^9.1.0",
|
|
115
116
|
"got": "^11.8.2",
|
|
116
117
|
"isomorphic-fetch": "^3.0.0",
|
|
@@ -131,6 +132,7 @@
|
|
|
131
132
|
"mocked-env": "^1.3.2",
|
|
132
133
|
"nyc": "^15.1.0",
|
|
133
134
|
"playwright-chromium": "^1.11.1",
|
|
135
|
+
"prettier": "^2.4.1",
|
|
134
136
|
"puppeteer": "^9.1.1",
|
|
135
137
|
"rimraf": "^3.0.0",
|
|
136
138
|
"rollup": "^2.41.0",
|
|
@@ -144,16 +146,13 @@
|
|
|
144
146
|
"url-join": "^4.0.1",
|
|
145
147
|
"util": "^0.12.1"
|
|
146
148
|
},
|
|
147
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "bc7bad8c8f54a2b5325f96ce5456e526e66e0755",
|
|
148
150
|
"publishConfig": {
|
|
149
151
|
"access": "public"
|
|
150
152
|
},
|
|
151
153
|
"lint-staged": {
|
|
152
154
|
"*.{js,jsx,css,ts,tsx}": [
|
|
153
155
|
"npx eslint --cache --fix --quiet"
|
|
154
|
-
],
|
|
155
|
-
"*": [
|
|
156
|
-
"npx prettier --config .prettierrc.js --ignore-unknown --write --ignore-path .prettierignore "
|
|
157
156
|
]
|
|
158
157
|
}
|
|
159
158
|
}
|