diff --git a/.gitignore b/.gitignore index 8ee54e8..ce3a11c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ coverage *.sw? *.tsbuildinfo +/package-lock.json diff --git a/.prettierrc.json b/.prettierrc similarity index 100% rename from .prettierrc.json rename to .prettierrc diff --git a/src/App.vue b/src/App.vue index e864195..76d8321 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,5 @@