Skip to content

Commit

Permalink
rename to vsx on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Jun 12, 2022
1 parent 5625668 commit 01924a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transform-jsx",
"version": "0.3.2-beta.0",
"name": "vsx",
"version": "0.4.0",
"description": "Write reactive vanilla JavaScript in JSX.",
"author": "Ayushman Chhabra <ayushmxn@outlook.com>",
"license": "MIT",
Expand All @@ -14,10 +14,10 @@
"types": "./dist/index.d.ts"
}
},
"homepage": "https://github.com/ayushmxn/transform-jsx",
"homepage": "https://github.com/ayushmxn/vsx",
"repository": {
"type": "git",
"url": "https://github.com/ayushmxn/transform-jsx.git"
"url": "https://github.com/ayushmxn/vsx.git"
},
"scripts": {
"format": "prettier --write ./src ./test",
Expand Down

0 comments on commit 01924a2

Please sign in to comment.