chore: bump & cleanup dev deps

pull/62/head
amio 2020-05-09 14:23:28 +08:00
rodzic 4917cf9263
commit 95ff63dbae
3 zmienionych plików z 952 dodań i 2455 usunięć

3386
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -24,12 +24,11 @@
"prepack": "npm run build"
},
"devDependencies": {
"@types/node": "^12.7.9",
"@types/node": "^12.12.38",
"benchmark": "^2.1.4",
"esbuild": "^0.2.9",
"serve-marked": "^2.0.2",
"standard": "^14.3.1",
"tap": "^14.6.9",
"typescript": "^3.7.0-beta"
"tap": "^14.10.7",
"typescript": "^3.8.3"
}
}

14
src/index.d.ts vendored
Wyświetl plik

@ -1,14 +0,0 @@
interface BadgenOptions {
status: string;
subject?: string;
color?: string;
label?: string;
labelColor?: string
style?: StyleOption;
icon?: string;
iconWidth?: 13;
}
type StyleOption = 'flat' | 'classic'
export default function badgen(options: BadgenOptions): string;