fix: fix path patterns in `files` property (#78)

pull/80/head
Fabian-Lars 2 years ago committed by GitHub
parent 827bd47db6
commit 1546e4e0fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],

@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],

@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],

@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],

@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],

@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],

@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],

@ -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 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],

@ -16,5 +16,5 @@
"declaration": true,
"declarationDir": "dist"
},
"exclude": ["dist", "node_modules", "test/types"]
"exclude": ["guest-js/dist", "node_modules", "test/types"]
}

Loading…
Cancel
Save