Skip to content

Commit

Permalink
fix: clean up package.json definition
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit committed Jan 6, 2025
1 parent 79d086e commit af28af5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.1.0",
"description": "Simple wrapper around javascript replace with CLI usage support!",
"bin": {
"frs-replace": "./bin/cli.mjs"
"frs-replace": "bin/cli.mjs"
},
"type": "module",
"main": "dist/index.mjs",
Expand All @@ -13,7 +13,10 @@
"./async": "./src/async.mjs",
"./*": "./*.mjs"
},
"repository": "https://github.com/FRSOURCE/frs-replace.git",
"repository": {
"type": "git",
"url": "git+https://github.com/FRSOURCE/frs-replace.git"
},
"author": "Jakub Freisler <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
Expand Down

0 comments on commit af28af5

Please sign in to comment.