Skip to content

Commit

Permalink
docs: update readme to include plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Viijay-Kr committed May 20, 2024
1 parent 02ed5c6 commit 9973e7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curly-spiders-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ts-transform-react-display-name": patch
---

update readme
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Works with [tspc](https://github.com/nonara/ts-patch), [awesome-typescript-loade

### Prerequisites

`npm install tspc -D`
`npm install tspc ts-transform-react-display-name -D`

### TS Config

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "ts-transform-react-display-name",
"version": "0.1.0",
"module": "dist/transform.cjs",
"repository": {
"url": "https://github.com/Viijay-Kr/ts-transform-react-display-name",
"directory": "main"
},
"main": "dist/transform.cjs",
"files": [
"dist"
Expand Down

0 comments on commit 9973e7b

Please sign in to comment.