From 59c85fac43109bb2d79be84df8ebb6a959fc7401 Mon Sep 17 00:00:00 2001 From: Simon Asika Date: Sat, 21 Oct 2023 14:24:53 +0800 Subject: [PATCH] Prepare patch release. --- package.json | 5 +++-- yarn.lock | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 654f166..ca69d14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asika32764/vue-animate", "homepage": "https://github.com/asika32764/vue-animate", - "version": "3.0.1", + "version": "patch", "license": "MIT", "css": "dist/vue-animate.css", "main": "dist/vue-animate.cjs", @@ -24,6 +24,7 @@ "@vitejs/plugin-vue": "^4.2.3", "animate.css": "^4.1.1", "lodash-es": "^4.17.21", + "minimist": "^1.2.8", "postcss-discard-comments": "^6.0.0", "postcss-header": "^3.0.3", "postcss-import": "^15.1.0", @@ -39,4 +40,4 @@ "vue": "^3.3.4", "vue-tsc": "^1.8.5" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index a8b2a51..95d601a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1162,6 +1162,11 @@ minimatch@^9.0.0: dependencies: brace-expansion "^2.0.1" +minimist@^1.2.8: + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== + ms@2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"