Skip to content

Commit 34b7c31

Browse files
Merge pull request #62 from oslabs-beta/ash-t-luu-patch-1
Bug with Updated README.md in VS Code Marketplace
2 parents 85da952 + 306fcf5 commit 34b7c31

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Client Components will be distinguished by an orange background, while Server Co
6464

6565
## Publications
6666

67-
Check out our Medium articles: [Part 1](https://lnkd.in/eYawkr6H) and [Part 2](https://medium.com/@ashleyluu87/data-flow-from-vs-code-extension-webview-panel-react-components-2f94b881467e) for more information about React Labyrinth!
67+
Check out our Medium articles: [Part 1](https://medium.com/@franciscoglopez49/react-labyrinth-a-helping-hand-with-react-server-components-84406d2ebf2c) and [Part 2](https://medium.com/@ashleyluu87/data-flow-from-vs-code-extension-webview-panel-react-components-2f94b881467e) for more information about React Labyrinth!
6868

6969

7070
## Contributing

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)