Skip to content

Commit 59c85fa

Browse files
committed
Prepare patch release.
1 parent 62a3a1e commit 59c85fa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asika32764/vue-animate",
33
"homepage": "https://github.com/asika32764/vue-animate",
4-
"version": "3.0.1",
4+
"version": "patch",
55
"license": "MIT",
66
"css": "dist/vue-animate.css",
77
"main": "dist/vue-animate.cjs",
@@ -24,6 +24,7 @@
2424
"@vitejs/plugin-vue": "^4.2.3",
2525
"animate.css": "^4.1.1",
2626
"lodash-es": "^4.17.21",
27+
"minimist": "^1.2.8",
2728
"postcss-discard-comments": "^6.0.0",
2829
"postcss-header": "^3.0.3",
2930
"postcss-import": "^15.1.0",
@@ -39,4 +40,4 @@
3940
"vue": "^3.3.4",
4041
"vue-tsc": "^1.8.5"
4142
}
42-
}
43+
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,11 @@ minimatch@^9.0.0:
11621162
dependencies:
11631163
brace-expansion "^2.0.1"
11641164

1165+
minimist@^1.2.8:
1166+
version "1.2.8"
1167+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
1168+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
1169+
11651170
ms@2.1.2:
11661171
version "2.1.2"
11671172
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"

0 commit comments

Comments
 (0)