Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored and RodrigoTomeES committed Mar 22, 2024
1 parent 9a0d1d1 commit 2ef3da6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
"version": "2.0.0-alpha1",
"license": "GPL-3.0+",
"author": "Rodrigo Tomé <[email protected]>",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/RodrigoTomeES/astro-rename.git"
Expand Down

0 comments on commit 2ef3da6

Please sign in to comment.