From b54e7255b629b55b3bc714bc6800dd1ab5343157 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 25 Mar 2013 17:33:53 -0400 Subject: [PATCH] Fix docs instead of doc in data --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 537550852..823447871 100644 --- a/build.js +++ b/build.js @@ -110,7 +110,7 @@ fs.writeFileSync('data/data.js', 'iD.data = ' + stringify({ discarded: r('discarded.json'), keys: r('keys.json'), imagery: r('imagery.json'), - docs: r('doc.json'), + doc: r('doc.json'), presets: { presets: rp('presets.json'), defaults: rp('defaults.json'),