diff --git a/package-lock.json b/package-lock.json index c3bc991..9707fab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,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" }, @@ -19672,21 +19671,6 @@ } ] }, - "node_modules/push-dir": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/push-dir/-/push-dir-0.4.1.tgz", - "integrity": "sha512-Nrrsly0c3kCfu725Jnif/s5adHpBwKCGWBttHVxTndF4iyGBSFtNi/pduFxHF5ks0kWtHcbA3XXP5MEra6iiCA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "push-dir": "bin/push-dir.js" - }, - "engines": { - "node": ">=0.12" - } - }, "node_modules/qs": { "version": "6.11.2", "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", diff --git a/package.json b/package.json index 2516f07..ffeec01 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },