diff --git a/package.json b/package.json index 6ede156..c6df5f8 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "eslint-plugin-nuxt": "^2.0.0", "eslint-plugin-vue": "^7.12.1", "postcss": "^8.3.5", - "prettier": "^2.3.2" + "prettier": "^2.3.2", + "push-dir": "^0.4.1" } } diff --git a/yarn.lock b/yarn.lock index 8af990d..2200809 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7894,6 +7894,13 @@ purgecss@^4.0.3: postcss "^8.2.1" postcss-selector-parser "^6.0.2" +push-dir@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/push-dir/-/push-dir-0.4.1.tgz#29481eacd9c2106bbb7941db6d37d122a071ecb4" + integrity sha1-KUgerNnCEGu7eUHbbTfRIqBx7LQ= + dependencies: + minimist "^1.2.0" + q@^1.1.2: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"