List manifest.webapp too

This commit is contained in:
Pierre Rudloff 2016-08-20 13:10:57 +02:00
parent 5cfe237dd4
commit a75765d398
2 changed files with 16 additions and 16 deletions

View File

@ -80,7 +80,7 @@ module.exports = function (grunt) {
},
jsonlint: {
manifests: {
src: '*.json',
src: ['*.json', '*.webapp'],
options: {
format: true
}