meta: remove unnecessary phosphor-icons dependency

This commit is contained in:
rektdeckard
2020-11-02 22:29:56 -05:00
parent ea1793a0fa
commit 20b077a05f
2 changed files with 4 additions and 3 deletions

View File

@@ -24,8 +24,7 @@
"file-saver": "^2.0.2", "file-saver": "^2.0.2",
"framer-motion": "^2.1.0", "framer-motion": "^2.1.0",
"fuse.js": "^6.4.1", "fuse.js": "^6.4.1",
"phosphor-icons": "^1.0.0", "phosphor-react": "^1.0.0",
"phosphor-react": "^0.6.0",
"react": "^17.0.0-rc.0", "react": "^17.0.0-rc.0",
"react-dom": "^17.0.0-rc.0", "react-dom": "^17.0.0-rc.0",
"react-dropdown-select": "^4.4.2", "react-dropdown-select": "^4.4.2",

View File

@@ -5565,4 +5565,6 @@ if (process.env.NODE_ENV === "development") {
console.log(`${icons.length} icons`); console.log(`${icons.length} icons`);
} }
export const iconCount = (icons.length * 6).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); export const iconCount = (icons.length * 6)
.toString()
.replace(/\B(?=(\d{3})+(?!\d))/g, ",");