Merge branch 'feature/4-license-exporter' into dev

close #4 , close #5
This commit is contained in:
Philipp Dormann 2021-03-19 17:36:35 +01:00
commit 0296c26479
3 changed files with 5009 additions and 2 deletions

View File

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

5004
licenses.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,9 +5,11 @@
"dev": "vite",
"build": "vite build",
"format": "prettier --write --plugin-search-dir=. ./**/*.html ./**/*.svelte",
"prepare": "husky install"
"prepare": "husky install",
"license:export": "license-exporter --markdown && git stage licenses.md"
},
"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",