Compare commits

..

No commits in common. "f6db117a5eca5c9692a4c5d83159917a712a0e63" and "77690702c0461b71ff1b65a44bfdc331d5a42c3e" have entirely different histories.

View File

@ -7,10 +7,11 @@
"build": "snowpack build",
"build:sw": "workbox generateSW workbox-config.js",
"release": "release-it",
"changelog": "npx auto-changelog --commit-limit false --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"licenses:export": "license-exporter --json -o public"
},
"dependencies": {
"@odit/lfk-client-js": "0.0.11",
"@odit/lfk-client-js": "0.0.10",
"filepond": "4.25.1",
"gridjs": "3.2.1",
"localforage": "1.9.0",
@ -50,7 +51,7 @@
"publish": false
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js && git add public/index.html && node order.js && git add public/locales"
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js && git add public/index.html"
}
}
}