From 1af08f6b32588a345c1721c15413eb0473ce26d6 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 17 Jun 2019 15:13:10 -0700 Subject: [PATCH] fix: Typo in rollup configuration --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 6c8f925..36f91bc 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -23,7 +23,7 @@ export default [ { input, output: { - file: "dist/togeojsons.min.js", + file: "dist/togeojson.umd.js", format: "umd", name: "toGeoJSON", sourcemap