We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30f781 commit 6e402f5Copy full SHA for 6e402f5
package.json
@@ -20,6 +20,12 @@
20
"engines": {
21
"vscode": "^1.43.0"
22
},
23
+ "keywords": [
24
+ "gitlab",
25
+ "snippet",
26
+ "share",
27
+ "productivity"
28
+ ],
29
"categories": [
30
"Other"
31
],
@@ -178,6 +184,7 @@
178
184
"test": "node ./out/test/runTest.js"
179
185
180
186
"devDependencies": {
187
+ "@types/node-fetch": "^2.5.6",
181
188
"@types/glob": "^7.1.1",
182
189
"@types/mocha": "^7.0.1",
183
190
"@types/node": "^12.11.7",
@@ -187,11 +194,10 @@
194
"eslint": "^6.8.0",
195
"glob": "^7.1.6",
196
"mocha": "^7.0.1",
- "node-fetch": "^2.6.0",
191
197
"typescript": "^3.7.5",
192
198
"vscode-test": "^1.3.0"
193
199
200
"dependencies": {
- "@types/node-fetch": "^2.5.6"
201
+ "node-fetch": "^2.6.0"
202
}
203
0 commit comments