Skip to content

Commit e4824fa

Browse files
authored
Treat all files with an npmrc/npmignore extension as properties/ignore files
1 parent 399d695 commit e4824fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"languages": [
4141
{
4242
"id": "ignore",
43-
"filenames": [
43+
"extensions": [
4444
".npmignore"
4545
]
4646
},
4747
{
4848
"id": "properties",
49-
"filenames": [
49+
"extensions": [
5050
".npmrc"
5151
]
5252
}

0 commit comments

Comments
 (0)