Skip to content

Commit 40ae846

Browse files
Release 0.2.0
1 parent 11f6347 commit 40ae846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mp-oi-library",
33
"displayName": "mp-oi-library",
44
"description": "Some algorithms and data structures template for competitive programming.",
5-
"version": "0.1.1",
5+
"version": "0.2.0",
66
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
77
"license": "LGPL-3.0-only",
88
"author": {
@@ -43,7 +43,7 @@
4343
"package": "webpack --mode production",
4444
"lint": "eslint src",
4545
"pack": "vsce pack --no-yarn -o mp-oi-library.vsix",
46-
"publish": "vsce publish --no-yarn",
46+
"publish": "vsce publish -i mp-oi-library.vsix",
4747
"format:check": "prettier -c .",
4848
"format:write": "prettier -w ."
4949
},

0 commit comments

Comments
 (0)