diff --git a/package.json b/package.json index 2e0c67819..8e9af2330 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "type": "module", "types": "dist/shoelace.d.ts", "files": [ - "custom-elements.json", "dist" ], "keywords": [ diff --git a/scripts/build.js b/scripts/build.js index d0c078a2e..e8708e5e9 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -5,7 +5,6 @@ import browserSync from 'browser-sync'; import chalk from 'chalk'; import commandLineArgs from 'command-line-args'; import copy from 'recursive-copy'; -import crypto from 'crypto'; import del from 'del'; import esbuild from 'esbuild'; import fs from 'fs'; diff --git a/scripts/make-vscode-data.js b/scripts/make-vscode-data.js index cab3c8a91..a0c06eec6 100644 --- a/scripts/make-vscode-data.js +++ b/scripts/make-vscode-data.js @@ -5,7 +5,6 @@ // import chalk from 'chalk'; import fs from 'fs'; -import mkdirp from 'mkdirp'; const metadata = JSON.parse(fs.readFileSync('./dist/custom-elements.json', 'utf8'));