mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
cleanup unused things
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
"type": "module",
|
||||
"types": "dist/shoelace.d.ts",
|
||||
"files": [
|
||||
"custom-elements.json",
|
||||
"dist"
|
||||
],
|
||||
"keywords": [
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user