npm-pkgbuild 7.19.7 → 7.19.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -55,7 +55,7 @@ export class NodeModulesContentProvider extends ContentProvider {
|
|
|
55
55
|
})) {
|
|
56
56
|
if (
|
|
57
57
|
!name.match(
|
|
58
|
-
/(~|\.orig|\.log|\.tmp|\.bak|\.bat|yarn\.lock|\.DS_Store|\.travis\.yml|\.npm.*|\.git.*|rollup\.config\.(js|mjs|cjs)|readme.*\.md|\.c|\.cc|\.h|Makefile|\.cmake|\.mk|\.\d)$/i
|
|
58
|
+
/(~|\.orig|\.log|\.tmp|\.bak|\.bat|\.gyp|yarn\.lock|\.DS_Store|\.travis\.yml|\.npm.*|\.git.*|rollup\.config\.(js|mjs|cjs)|CHANGELOG(\.md?)|HISTORY\.md|LICENSE(\.md)?|readme.*\.md|\.c|\.cc|\.h|Makefile|\.cmake|\.mk|\.\d)$/i
|
|
59
59
|
)
|
|
60
60
|
) {
|
|
61
61
|
yield Object.assign(
|
|
@@ -74,7 +74,6 @@ const toBeIgnored = [
|
|
|
74
74
|
"*.d.ts*",
|
|
75
75
|
"*.patch",
|
|
76
76
|
"*.h.in",
|
|
77
|
-
"*.gyp",
|
|
78
77
|
".jshintrc*",
|
|
79
78
|
".esl*",
|
|
80
79
|
".zuul.yml",
|
|
@@ -112,11 +111,9 @@ const toBeIgnored = [
|
|
|
112
111
|
pattern: [
|
|
113
112
|
"CONTRIBUTING*",
|
|
114
113
|
"Contributors*",
|
|
115
|
-
"CHANGES*",
|
|
116
114
|
"PATENTS*",
|
|
117
115
|
"AUTHORS*",
|
|
118
116
|
"NOTICE*",
|
|
119
|
-
"HISTORY*",
|
|
120
117
|
"SUMMARY.md",
|
|
121
118
|
"MIGRAT*.md",
|
|
122
119
|
"UPGRAD*.md",
|
|
@@ -130,8 +127,7 @@ const toBeIgnored = [
|
|
|
130
127
|
"Porting-Buffer.md",
|
|
131
128
|
"chains and topics.md",
|
|
132
129
|
"CODE_OF_CONDUCT*",
|
|
133
|
-
"CODEOWNERS"
|
|
134
|
-
"LICENSE.DOCS*"
|
|
130
|
+
"CODEOWNERS"
|
|
135
131
|
]
|
|
136
132
|
}
|
|
137
133
|
];
|