From e029a713b42e6c6f27f6d347ba4e0a5297c78b81 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 30 Dec 2014 12:26:19 -0400 Subject: [PATCH] Add package.json to json files array --- gulpfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index b11c2bfa..bd6fe95d 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -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/'