Skip to content

Commit 586059b

Browse files
committed
release: v0.0.21
1 parent ffa0159 commit 586059b

File tree

4 files changed

+660
-7
lines changed

4 files changed

+660
-7
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.vscode-test/
33
*.vsix
4+
.env

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "BoostCode",
44
"description": "Boost your code speed",
55
"publisher": "quangvo09",
6-
"version": "0.0.20",
6+
"version": "0.0.21",
77
"icon": "images/icon.png",
88
"engines": {
99
"vscode": "^1.58.0"
@@ -130,6 +130,7 @@
130130
"@types/mocha": "^8.2.2",
131131
"@types/node": "14.x",
132132
"@types/vscode": "^1.58.0",
133+
"@vscode/vsce": "^2.22.0",
133134
"eslint": "^7.27.0",
134135
"glob": "^7.1.7",
135136
"mocha": "^8.4.0",

0 commit comments

Comments
 (0)