Compare commits

...

2 Commits

Author SHA1 Message Date
c23fb5a450 Merge branch 'feature/24-i18n-formatting' into dev
All checks were successful
continuous-integration/drone/push Build is passing
close #24
2021-01-04 20:29:58 +01:00
1cd03ef027 add package script
ref #24
2021-01-04 20:29:43 +01:00

View File

@ -2,6 +2,7 @@
"name": "@odit/lfk-frontend", "name": "@odit/lfk-frontend",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"i18n-order": "node order.js",
"dev": "snowpack dev", "dev": "snowpack dev",
"build": "snowpack build", "build": "snowpack build",
"licenses:export": "license-exporter --md" "licenses:export": "license-exporter --md"