feat: include marketing_assets directory in package.json files list
All checks were successful
Publish to npm / publish (push) Successful in 27s

This commit is contained in:
Astrian Zheng 2025-02-21 09:45:19 +11:00
parent 33b8262661
commit ec27484982
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -39,6 +39,7 @@
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"marketing_assets"
]
}