Skip to content

Commit

Permalink
fix bin
Browse files Browse the repository at this point in the history
  • Loading branch information
uneco committed Jun 8, 2024
1 parent d352422 commit 223cc70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kanamone/scrambler",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git://github.com/kanamone/scrambler.git"
Expand All @@ -16,9 +16,7 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"scrambler": "./dist/cli.js"
},
"bin": "./dist/cli.js",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down

0 comments on commit 223cc70

Please sign in to comment.