Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-07-13 20:29:14 +0300
committerGar <gar+gh@danger.computer>2021-07-13 22:12:57 +0300
commitd8eb49b705acb50b6bed971bfcce4db6e18e73dd (patch)
tree7291a11cdf6b0d0b4be453bb27868144df93069d /scripts
parentefc4313c2062ffad22aa24e5198d575a7eb5f20e (diff)
fix(bundle-and-ignore): case sensitivity cleanup
Two files got into node_modules in a way that changes if you are on a system that is case sensitive. One was a readme that is now properly being ignored, the other is a typescript file that is upper case in some instances PR-URL: https://github.com/npm/cli/pull/3540 Credit: @wraithgar Close: #3540 Reviewed-by: @ruyadorno
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bundle-and-gitignore-deps.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/bundle-and-gitignore-deps.js b/scripts/bundle-and-gitignore-deps.js
index 407b9e598..96c1419e2 100644
--- a/scripts/bundle-and-gitignore-deps.js
+++ b/scripts/bundle-and-gitignore-deps.js
@@ -30,7 +30,9 @@ arb.loadVirtual().then(tree => {
/.package-lock.json
package-lock.json
CHANGELOG*
+changelog*
README*
+readme*
.editorconfig
.idea/
.npmignore