File tree 3 files changed +11
-11
lines changed
node_modules/npm-packlist
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ class Walker extends IgnoreWalker {
242
242
if ( excl ) {
243
243
pattern = pattern . slice ( excl [ 0 ] . length )
244
244
}
245
- // strip off any / from the start of the pattern. /foo => foo
246
- pattern = pattern . replace ( / ^ \/ + / , '' )
245
+ // strip off any / or ./ from the start of the pattern. /foo => foo, . /foo => foo
246
+ pattern = pattern . replace ( / ^ \. ? \ /+ / , '' )
247
247
// an odd number of ! means a negated pattern. !!foo ==> foo
248
248
const negate = excl && excl [ 0 ] . length % 2 === 1
249
249
set . push ( { pattern, negate } )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-packlist" ,
3
- "version" : " 5.0.2 " ,
3
+ "version" : " 5.0.3 " ,
4
4
"description" : " Get a list of the files to add from a folder into an npm package" ,
5
5
"directories" : {
6
6
"test" : " test"
20
20
],
21
21
"devDependencies" : {
22
22
"@npmcli/eslint-config" : " ^3.0.1" ,
23
- "@npmcli/template-oss" : " 3.4.1 " ,
23
+ "@npmcli/template-oss" : " 3.4.2 " ,
24
24
"mutate-fs" : " ^2.1.1" ,
25
25
"tap" : " ^16.0.1"
26
26
},
56
56
},
57
57
"templateOSS" : {
58
58
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
59
- "version" : " 3.4.1 "
59
+ "version" : " 3.4.2 "
60
60
}
61
61
}
Original file line number Diff line number Diff line change 5152
5152
}
5153
5153
},
5154
5154
"node_modules/npm-packlist" : {
5155
- "version" : " 5.0.2 " ,
5156
- "resolved" : " https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.0.2 .tgz" ,
5157
- "integrity" : " sha512-jLhcNisUgpz6v2KC75qSeEYAM8UBMYjQ2OhlCOJjB4Ovu7XXnD25UqZ6hOQNeGShL/2ju3LL2E/zBbsuzkIQ8w ==" ,
5155
+ "version" : " 5.0.3 " ,
5156
+ "resolved" : " https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.0.3 .tgz" ,
5157
+ "integrity" : " sha512-KuSbzgejxdsAWbNNyEs8EsyDHsO+nJF6k+9WuWzFbSNh5tFHs4lDApXw7kntKpuehfp8lKRzJkMtz0+WmGvTIw ==" ,
5158
5158
"inBundle" : true ,
5159
5159
"dependencies" : {
5160
5160
"glob" : " ^8.0.1" ,
13625
13625
}
13626
13626
},
13627
13627
"npm-packlist" : {
13628
- "version" : " 5.0.2 " ,
13629
- "resolved" : " https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.0.2 .tgz" ,
13630
- "integrity" : " sha512-jLhcNisUgpz6v2KC75qSeEYAM8UBMYjQ2OhlCOJjB4Ovu7XXnD25UqZ6hOQNeGShL/2ju3LL2E/zBbsuzkIQ8w ==" ,
13628
+ "version" : " 5.0.3 " ,
13629
+ "resolved" : " https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.0.3 .tgz" ,
13630
+ "integrity" : " sha512-KuSbzgejxdsAWbNNyEs8EsyDHsO+nJF6k+9WuWzFbSNh5tFHs4lDApXw7kntKpuehfp8lKRzJkMtz0+WmGvTIw ==" ,
13631
13631
"requires" : {
13632
13632
"glob" : " ^8.0.1" ,
13633
13633
"ignore-walk" : " ^5.0.1" ,
You can’t perform that action at this time.
0 commit comments