Skip to content

Commit

Permalink
fix: update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
astrinxit66 committed Jun 20, 2023
1 parent 38d38fe commit 053ae5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ts-jsx-literal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.1",
"description": "A plugin for the typescript compiler to transpile JSX into String literal",
"author": "Jean-Marc Rakotoarisoa",
"homepage": "https://github.com/astrinxit66/typescript-transform-jsx#readme",
"homepage": "https://github.com/astrinxit66/ts-jsx-literalx#readme",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand All @@ -16,10 +16,10 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/astrinxit66/typescript-transform-jsx.git"
"url": "git+https://github.com/astrinxit66/ts-jsx-literalx.git"
},
"bugs": {
"url": "https://github.com/astrinxit66/typescript-transform-jsx/issues"
"url": "https://github.com/astrinxit66/ts-jsx-literalx/issues"
},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 053ae5c

Please sign in to comment.