Skip to content

Commit

Permalink
github link was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
bradintheusa committed Jun 27, 2022
1 parent b1be35e commit 247bcce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-toggle-button",
"version": "0.1.2",
"version": "0.1.3",
"author": {
"email": "[email protected]",
"name": "Brad Evans",
Expand All @@ -9,7 +9,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bradintheusa/vu3-toggle-button"
"url": "https://github.com/bradintheusa/vue3-toggle-button"
},
"scripts": {
"dev": "vite",
Expand All @@ -32,10 +32,10 @@
"dependencies": {
"sass": "^1.53.0",
"terser": "^5.14.1",
"vue": "^3.2.25"
"vue": "^3.2.37"
},
"peerDependencies": {
"vue": "^3.2.25"
"vue": "^3.2.37"
},
"devDependencies": {
"@types/node": "^17.0.40",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
dependencies:
"@volar/vue-typescript" "0.38.2"

"vue@^3.2.25", "[email protected]":
"vue@^3.2.25", "vue@^3.2.37", "vue@3.2.37":
"integrity" "sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ=="
"resolved" "https://registry.npmjs.org/vue/-/vue-3.2.37.tgz"
"version" "3.2.37"
Expand Down

0 comments on commit 247bcce

Please sign in to comment.