Skip to content

Commit

Permalink
fix(typings, webview): fix peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy authored Mar 9, 2024
1 parent d542fb0 commit 0cc4e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/webview",
"version": "0.0.4",
"version": "0.0.5",
"description": "This package contains the type definitions for the alt:V JS module v2 WebView types",
"types": "index.d.ts",
"files": [
Expand All @@ -16,7 +16,7 @@
"url": "git+https://github.com/altmp/altv-js-module-v2.git"
},
"peerDependencies": {
"@altv/shared": "^0.0.0"
"@altv/shared": "^0.0.1"
},
"keywords": [
"altmp",
Expand Down

0 comments on commit 0cc4e01

Please sign in to comment.