Skip to content

Commit 306fcf5

Browse files
committed
updated version to 1.0.2 and added packaging script
1 parent c128cb0 commit 306fcf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-labyrinth",
33
"displayName": "React Labyrinth",
44
"description": "React Component Type hierarchy tree visualization tool",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"icon": "./media/reactLabyrinthFinal.png",
77
"publisher": "react-labyrinth",
88
"preview": false,
@@ -80,7 +80,8 @@
8080
"prod": "webpack --mode production --config webpack.config.ts",
8181
"compile": "tsc -p ./",
8282
"coverage": "jest --coverage",
83-
"deploy": "vsce publish"
83+
"deploy": "vsce publish",
84+
"package": "vsce package"
8485
},
8586
"devDependencies": {
8687
"@babel/preset-typescript": "^7.23.3",

0 commit comments

Comments
 (0)