From e414efd58dc512db7557964cf1362a668fc7b3f6 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 28 Oct 2022 10:25:55 -0400 Subject: [PATCH] Update file names --- .../d3-state-visualizer/{rollup.config.js => rollup.config.mjs} | 0 packages/d3tooltip/{rollup.config.js => rollup.config.mjs} | 0 packages/map2tree/{rollup.config.js => rollup.config.mjs} | 0 packages/react-json-tree/{rollup.config.js => rollup.config.mjs} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename packages/d3-state-visualizer/{rollup.config.js => rollup.config.mjs} (100%) rename packages/d3tooltip/{rollup.config.js => rollup.config.mjs} (100%) rename packages/map2tree/{rollup.config.js => rollup.config.mjs} (100%) rename packages/react-json-tree/{rollup.config.js => rollup.config.mjs} (100%) diff --git a/packages/d3-state-visualizer/rollup.config.js b/packages/d3-state-visualizer/rollup.config.mjs similarity index 100% rename from packages/d3-state-visualizer/rollup.config.js rename to packages/d3-state-visualizer/rollup.config.mjs diff --git a/packages/d3tooltip/rollup.config.js b/packages/d3tooltip/rollup.config.mjs similarity index 100% rename from packages/d3tooltip/rollup.config.js rename to packages/d3tooltip/rollup.config.mjs diff --git a/packages/map2tree/rollup.config.js b/packages/map2tree/rollup.config.mjs similarity index 100% rename from packages/map2tree/rollup.config.js rename to packages/map2tree/rollup.config.mjs diff --git a/packages/react-json-tree/rollup.config.js b/packages/react-json-tree/rollup.config.mjs similarity index 100% rename from packages/react-json-tree/rollup.config.js rename to packages/react-json-tree/rollup.config.mjs