cleanup unused things

This commit is contained in:
Cory LaViska
2021-07-01 17:14:25 -04:00
parent cb3d76889d
commit 10cd4b8999
3 changed files with 0 additions and 3 deletions

View File

@@ -11,7 +11,6 @@
"type": "module",
"types": "dist/shoelace.d.ts",
"files": [
"custom-elements.json",
"dist"
],
"keywords": [

View File

@@ -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';

View File

@@ -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'));