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

This commit is contained in:
Fabian-Lars
2023-01-10 18:21:09 +01:00
committed by GitHub
parent 827bd47db6
commit 1546e4e0fb
10 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+2 -2
View File
@@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+2 -2
View File
@@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+2 -2
View File
@@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+2 -2
View File
@@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+2 -2
View File
@@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+2 -2
View File
@@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+2 -2
View File
@@ -19,8 +19,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+2 -2
View File
@@ -18,8 +18,8 @@
"build": "rollup -c"
},
"files": [
"dist",
"!dist/**/*.map",
"guest-js/dist",
"!guest-js/dist/**/*.map",
"README.md",
"LICENSE"
],
+1 -1
View File
@@ -16,5 +16,5 @@
"declaration": true,
"declarationDir": "dist"
},
"exclude": ["dist", "node_modules", "test/types"]
"exclude": ["guest-js/dist", "node_modules", "test/types"]
}