mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Merge pull request #3 from CherryLover/fix/esm-cjs-compatibility
fix: use .cjs extension for bin script to fix ES module compatibility
This commit is contained in:
Regular → Executable
+2
-2
@@ -13,10 +13,10 @@
|
||||
"directory": "cli"
|
||||
},
|
||||
"bin": {
|
||||
"hapi": "bin/hapi.js"
|
||||
"hapi": "bin/hapi.cjs"
|
||||
},
|
||||
"files": [
|
||||
"bin/hapi.js"
|
||||
"bin/hapi.cjs"
|
||||
],
|
||||
"imports": {
|
||||
"#embedded-assets": {
|
||||
|
||||
Reference in New Issue
Block a user