Skip to content

Commit

Permalink
Prepare patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Oct 21, 2023
1 parent 62a3a1e commit 59c85fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -39,4 +40,4 @@
"vue": "^3.3.4",
"vue-tsc": "^1.8.5"
}
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 59c85fa

Please sign in to comment.