We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f6347 commit 40ae846Copy full SHA for 40ae846
package.json
@@ -2,7 +2,7 @@
2
"name": "mp-oi-library",
3
"displayName": "mp-oi-library",
4
"description": "Some algorithms and data structures template for competitive programming.",
5
- "version": "0.1.1",
+ "version": "0.2.0",
6
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
7
"license": "LGPL-3.0-only",
8
"author": {
@@ -43,7 +43,7 @@
43
"package": "webpack --mode production",
44
"lint": "eslint src",
45
"pack": "vsce pack --no-yarn -o mp-oi-library.vsix",
46
- "publish": "vsce publish --no-yarn",
+ "publish": "vsce publish -i mp-oi-library.vsix",
47
"format:check": "prettier -c .",
48
"format:write": "prettier -w ."
49
},
0 commit comments