mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
Fix bin path prefix (npm pkg fix)
This commit is contained in:
parent
3712b78590
commit
2ed1a7188a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
},
|
||||
"bin": {
|
||||
"moon-sighting": "./dist/cli/index.cjs"
|
||||
"moon-sighting": "dist/cli/index.cjs"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue