Skip to content

Commit

Permalink
version bump and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Murphy authored and Myles Murphy committed Jun 19, 2024
1 parent 0008afd commit ded52b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ In this monorepo, we use Yarn's `nohoist` option for the packages. This is neces

Nohoist allows specific dependencies to avoid being hoisted to the root `node_modules` directory, which is the default behavior in a Yarn workspace. Instead, these dependencies are installed directly into the `node_modules` directory of the package that depends on them.

## Roadmap / To-Do

1. Show/Hide Private Properties setting
2. Show/Hide default TS previews (explore moving completely over to overriding)
3. Svelte Support
4. JetBrains Extension

## License

MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prettify-ts-monorepo",
"publisher": "MylesMurphy",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"workspaces": {
"packages": ["packages/*"]
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prettify-ts/typescript-plugin",
"version": "0.1.1",
"version": "0.1.2",
"main": "./out",
"license": "MIT",
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "MylesMurphy",
"license": "MIT",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"main": "./out/extension.js",
"workspaces": {
"nohoist": ["**"]
Expand Down

0 comments on commit ded52b6

Please sign in to comment.