diff --git a/.eslintrc.js b/.eslintrc.cjs similarity index 100% rename from .eslintrc.js rename to .eslintrc.cjs diff --git a/.github/workflows/deploy-package.yml b/.github/workflows/deploy-package.yml index c1c25eae..fc908105 100644 --- a/.github/workflows/deploy-package.yml +++ b/.github/workflows/deploy-package.yml @@ -2,7 +2,7 @@ name: Build Package Vue Form Elements on: pull_request: types: [opened, reopened, synchronize, edited, closed] - workflow_dispatch: + workflow_dispatch: jobs: run_deploy: name: Run Build PM4-workflow diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index e9558405..00000000 --- a/babel.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] -} diff --git a/babel.config.json b/babel.config.json new file mode 100644 index 00000000..394c5435 --- /dev/null +++ b/babel.config.json @@ -0,0 +1,12 @@ +{ + "presets": [ + [ + "@babel/preset-env", + { + "targets": { + "node": "current" + } + } + ] + ] +} diff --git a/public/favicon.ico b/favicon.ico similarity index 100% rename from public/favicon.ico rename to favicon.ico diff --git a/public/index.html b/index.html similarity index 84% rename from public/index.html rename to index.html index 76fad3a3..23aed257 100644 --- a/public/index.html +++ b/index.html @@ -4,7 +4,7 @@ - +