chore(tools): use npm files directive for smaller publish size (#1063)

Co-authored-by: chris <chris@bumblehead.com>
pull/1064/head
iambumblehead 1 year ago committed by GitHub
parent 21b6df15c6
commit 52d7022116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,9 @@
"engines": {
"node": ">=8.3.0"
},
"files": [
"build"
],
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",

Loading…
Cancel
Save