@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
@ -18,8 +18,8 @@
@ -16,5 +16,5 @@
"declaration": true,
"declarationDir": "dist"
"exclude": ["dist", "node_modules", "test/types"]
"exclude": ["guest-js/dist", "node_modules", "test/types"]
}