Skip to content

Commit

Permalink
chore: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucien144 committed Jul 17, 2023
1 parent 3cd8e67 commit d4c7c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lucien144/vue3-parallaxy",
"description": "Lightweight yet powerful parallax component for Vue3.",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"private": false,
"main": "dist/vue3-parallaxy.umd.js",
Expand All @@ -11,6 +11,7 @@
"type": "git",
"url": "https://github.com/lucien144/vue3-parallaxy"
},
"files": ["dist/**/*"],
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
Expand Down

0 comments on commit d4c7c59

Please sign in to comment.