Skip to content

Commit 450ff35

Browse files
committed
1 parent 20ef5a5 commit 450ff35

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

node_modules/npm-packlist/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class PackWalker extends IgnoreWalker {
170170
} else if (this.ignoreRules['.npmignore']) {
171171
// .npmignore means no .gitignore
172172
this.ignoreRules['.gitignore'] = null
173-
} else if (this.ignoreRules['.gitignore'] && !this.ignoreRules['.npmignore']) {
173+
} else if (this.ignoreRules['.gitignore'] && !this.ignoreRules['.npmignore'] && !this.parent) {
174174
log.warn(
175175
'gitignore-fallback',
176176
'No .npmignore file found, using .gitignore for file exclusion. Consider creating a .npmignore file to explicitly control published files.'

node_modules/npm-packlist/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-packlist",
3-
"version": "10.0.3",
3+
"version": "10.0.4",
44
"description": "Get a list of the files to add from a folder into an npm package",
55
"directories": {
66
"test": "test"
@@ -18,8 +18,8 @@
1818
],
1919
"devDependencies": {
2020
"@npmcli/arborist": "^9.0.0",
21-
"@npmcli/eslint-config": "^5.0.1",
22-
"@npmcli/template-oss": "4.27.1",
21+
"@npmcli/eslint-config": "^6.0.0",
22+
"@npmcli/template-oss": "4.29.0",
2323
"mutate-fs": "^2.1.1",
2424
"tap": "^16.0.1"
2525
},
@@ -56,7 +56,7 @@
5656
},
5757
"templateOSS": {
5858
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
59-
"version": "4.27.1",
59+
"version": "4.29.0",
6060
"publish": true
6161
}
6262
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"cli-table3": "^0.6.4",
168168
"diff": "^8.0.3",
169169
"nock": "^13.4.0",
170-
"npm-packlist": "^10.0.3",
170+
"npm-packlist": "^10.0.4",
171171
"remark": "^15.0.1",
172172
"remark-gfm": "^4.0.1",
173173
"remark-github": "^12.0.0",
@@ -8567,9 +8567,9 @@
85678567
}
85688568
},
85698569
"node_modules/npm-packlist": {
8570-
"version": "10.0.3",
8571-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.3.tgz",
8572-
"integrity": "sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==",
8570+
"version": "10.0.4",
8571+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.4.tgz",
8572+
"integrity": "sha512-uMW73iajD8hiH4ZBxEV3HC+eTnppIqwakjOYuvgddnalIw2lJguKviK1pcUJDlIWm1wSJkchpDZDSVVsZEYRng==",
85738573
"inBundle": true,
85748574
"license": "ISC",
85758575
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"cli-table3": "^0.6.4",
199199
"diff": "^8.0.3",
200200
"nock": "^13.4.0",
201-
"npm-packlist": "^10.0.3",
201+
"npm-packlist": "^10.0.4",
202202
"remark": "^15.0.1",
203203
"remark-gfm": "^4.0.1",
204204
"remark-github": "^12.0.0",

0 commit comments

Comments
 (0)