From ed5de2217d52fc1c050b48c708b1197620ee0cec Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Sun, 9 Apr 2017 16:28:16 -0700 Subject: check in built files for comparison --- support/sync-es-package.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'support') diff --git a/support/sync-es-package.js b/support/sync-es-package.js index bb72f47..3f65a1c 100755 --- a/support/sync-es-package.js +++ b/support/sync-es-package.js @@ -6,9 +6,6 @@ var json = JSON.parse(fs.readFileSync(__dirname + "/../package.json"), "utf8"); json.name = "async-es"; json.main = "index.js"; delete json.dependencies["lodash"]; -delete json.volo; -delete json.spm; -delete json.jam; process.stdout.write(JSON.stringify(json, null, 2)); -- cgit v1.2.1