Skip to content

Commit

Permalink
🔥 Remove unused package and script
Browse files Browse the repository at this point in the history
  • Loading branch information
maremarismaria committed Aug 5, 2024
1 parent 7bd0968 commit 1ef5ace
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"generate": "nuxt generate",
"test": "jest",
"test:tdd": "jest --watch",
"lint": "eslint . --fix --ignore-path .gitignore --ext .vue,.js,.ts",
"deploy": "push-dir --dir=dist --branch=main --cleanup"
"lint": "eslint . --fix --ignore-path .gitignore --ext .vue,.js,.ts"
},
"dependencies": {
"core-js": "^3.25.3",
Expand All @@ -47,7 +46,6 @@
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"push-dir": "^0.4.1",
"ts-jest": "^29.0.3",
"vue-jest": "^3.0.4"
},
Expand Down

0 comments on commit 1ef5ace

Please sign in to comment.