fix: Add engines field to WXT's package.json
Includes the currently supported versions of NodeJS and Bun. This closes #2198
This commit is contained in:
@@ -202,5 +202,9 @@
|
||||
"types": "./dist/modules.d.mts",
|
||||
"default": "./dist/modules.mjs"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.12.0",
|
||||
"bun": ">=1.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user