Skip to content

Commit

Permalink
[FIX] symlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Jan 18, 2023
1 parent 5354e08 commit db141e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@vuito/vue": "*",
"@vuito/vue": "file:./packages/vue",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"prettier": "^2.3.2",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5",
"vuito": "*"
"vuito": "file:./packages/vuito"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"homepage": "https://github.com/mathix420/vuito#vuejs-mixin",
"peerDependencies": {
"vue": ">=2.0.0",
"vuito": "*"
"vuito": "2.0.1"
}
}

1 comment on commit db141e9

@vercel
Copy link

@vercel vercel bot commented on db141e9 Jan 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vuito – ./

vuito-mathix420.vercel.app
vuito.vercel.app
vuito-git-master-mathix420.vercel.app

Please sign in to comment.