From 162713e5b5638912eceacca773e9deea531590bd Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 7 Aug 2014 10:57:36 -0700 Subject: [PATCH] Sync package.json files for doc imports --- build/tasks/docs-task.coffee | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/tasks/docs-task.coffee b/build/tasks/docs-task.coffee index 093162337..c14d813d6 100644 --- a/build/tasks/docs-task.coffee +++ b/build/tasks/docs-task.coffee @@ -147,16 +147,22 @@ downloadIncludes = (callback) -> includes = [ {repo: 'atom-keymap', file: 'src/keymap-manager.coffee'} {repo: 'atom-keymap', file: 'src/key-binding.coffee'} + {repo: 'atom-keymap', file: 'package.json'} {repo: 'first-mate', file: 'src/grammar.coffee'} {repo: 'first-mate', file: 'src/grammar-registry.coffee'} + {repo: 'first-mate', file: 'package.json'} {repo: 'node-pathwatcher', file: 'src/directory.coffee'} {repo: 'node-pathwatcher', file: 'src/file.coffee'} + {repo: 'node-pathwatcher', file: 'package.json'} {repo: 'space-pen', file: 'src/space-pen.coffee'} + {repo: 'space-pen', file: 'package.json'} {repo: 'text-buffer', file: 'src/marker.coffee'} {repo: 'text-buffer', file: 'src/point.coffee'} {repo: 'text-buffer', file: 'src/range.coffee'} {repo: 'text-buffer', file: 'src/text-buffer.coffee'} + {repo: 'text-buffer', file: 'package.json'} {repo: 'theorist', file: 'src/model.coffee'} + {repo: 'theorist', file: 'package.json'} ] async.map(includes, downloadFileFromRepo, callback)