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

close #4 , close #5
This commit is contained in:
2021-03-19 17:36:35 +01:00
3 changed files with 5009 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn format
yarn format
yarn license:export
+5004
View File
File diff suppressed because it is too large Load Diff
+3 -1
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",