From dc379121934704fe2a65502d64622b914593ecce Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 11 Apr 2023 17:19:14 -0700 Subject: [PATCH] remove legacy package.json files --- rollup.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 8ce26f4b84..a7f270f9a0 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -90,14 +90,6 @@ export default [ fs.writeFileSync('src/compiler/compile/internal_exports.ts', `// This file is automatically generated\nexport default new Set(${JSON.stringify(mod.exports)});`); } } - - fs.writeFileSync(`${dir}/package.json`, JSON.stringify({ - main: './index', - module: './index.mjs', - types: './index.d.ts' - }, null, ' ')); - - fs.writeFileSync(`${dir}/index.d.ts`, `export * from '../types/runtime/${dir}/index';`); } } ]