Compare commits

..

No commits in common. "0296c264791b1e14bd1cc11834155d26c5360d17" and "d0facb2846c467abfa227b400a19c1e3444dcffd" have entirely different histories.

3 changed files with 2 additions and 5009 deletions

View File

@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn format
yarn license:export
yarn format

File diff suppressed because it is too large Load Diff

View File

@ -5,11 +5,9 @@
"dev": "vite",
"build": "vite build",
"format": "prettier --write --plugin-search-dir=. ./**/*.html ./**/*.svelte",
"prepare": "husky install",
"license:export": "license-exporter --markdown && git stage licenses.md"
"prepare": "husky install"
},
"devDependencies": {
"@odit/license-exporter": "^0.0.11",
"@svitejs/vite-plugin-svelte": "^0.11.1",
"@tsconfig/svelte": "^1.0.10",
"@types/html-minifier": "^4.0.0",