mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
Add package.json to json files array
This commit is contained in:
parent
ddcec9dbd9
commit
e029a713b4
@ -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/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user