We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c128cb0 commit 306fcf5Copy full SHA for 306fcf5
package.json
@@ -2,7 +2,7 @@
2
"name": "react-labyrinth",
3
"displayName": "React Labyrinth",
4
"description": "React Component Type hierarchy tree visualization tool",
5
- "version": "1.0.1",
+ "version": "1.0.2",
6
"icon": "./media/reactLabyrinthFinal.png",
7
"publisher": "react-labyrinth",
8
"preview": false,
@@ -80,7 +80,8 @@
80
"prod": "webpack --mode production --config webpack.config.ts",
81
"compile": "tsc -p ./",
82
"coverage": "jest --coverage",
83
- "deploy": "vsce publish"
+ "deploy": "vsce publish",
84
+ "package": "vsce package"
85
},
86
"devDependencies": {
87
"@babel/preset-typescript": "^7.23.3",
0 commit comments