Add package.json to json files array

This commit is contained in:
Juan Cruz Viotti 2014-12-30 12:26:19 -04:00
parent ddcec9dbd9
commit e029a713b4

View File

@ -13,7 +13,7 @@ OPTIONS =
coffee: [ 'lib/**/*.coffee', 'gulpfile.coffee' ]
app: [ 'lib/**/*.coffee', '!lib/**/*.spec.coffee' ]
tests: 'lib/**/*.spec.coffee'
json: 'lib/**/*.json'
json: [ 'lib/**/*.json', 'package.json' ]
man: 'man/**/*.md'
directories:
man: 'man/'