mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 17:59:11 -06:00
#6372: General cleanup
This commit is contained in:
parent
88e382e7a1
commit
00c4ac8d51
@ -4,7 +4,8 @@
|
||||
"main": "dist/netbox.js",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"bundle": "node bundle.js"
|
||||
"bundle": "node bundle.js",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/font": "^5.9.55",
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { readableColor } from 'color2k';
|
||||
import { findFirstAdjacent, getElements } from '../util';
|
||||
import { findFirstAdjacent } from '../util';
|
||||
|
||||
import type SlimSelect from 'slim-select';
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 942aa8c7bd506fb88b7c669cab173bc319eca309
|
Loading…
Reference in New Issue
Block a user