mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Changed files globs to include compiled package.json
This commit is contained in:
@@ -44,7 +44,9 @@
|
|||||||
"typescript": "^5.7.3"
|
"typescript": "^5.7.3"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/**/*.+(js|d.ts)"
|
"lib/cjs/**/*.+(js*)",
|
||||||
|
"lib/esm/**/*.+(js*)",
|
||||||
|
"lib/types/**/*.+(d.ts*)"
|
||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
|||||||
Reference in New Issue
Block a user