build: Don't run jsonlint on lib

Change-Id: Ic15cc817feaef41bd43cc222402d3c4d9898c2a4
This commit is contained in:
James D. Forrester 2015-06-22 10:33:32 -07:00
parent 5931b6edeb
commit 049c14c6ef

View file

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