mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-07-01 03:14: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": {
|
"bin": {
|
||||||
"moon-sighting": "./dist/cli/index.cjs"
|
"moon-sighting": "dist/cli/index.cjs"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue