Merge "build: Don't run jsonlint on lib"

This commit is contained in:
jenkins-bot 2015-06-23 15:28:53 +00:00 committed by Gerrit Code Review
commit 0ee0a2bfe0

View file

@ -84,7 +84,8 @@ module.exports = function ( grunt ) {
jsonlint: {
all: [
'**/*.json',
'!node_modules/**'
'!node_modules/**',
'!lib/**'
]
},
copy: {