mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-12 01:01:04 +00:00
build: Always exclude vendor
Change-Id: I5f700b6f1f883852c7828b8fd7827440e7d56f42
This commit is contained in:
parent
cf6a9f455d
commit
6215466509
|
@ -17,7 +17,8 @@ module.exports = function ( grunt ) {
|
|||
jsonlint: {
|
||||
all: [
|
||||
'**/*.json',
|
||||
'!node_modules/**'
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
}
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue