Skip to content

Commit

Permalink
chore(typings, webview): Add @altv/shared as peer depeendency and bum…
Browse files Browse the repository at this point in the history
…p version
  • Loading branch information
xLuxy authored Mar 9, 2024
1 parent 5b4d9d6 commit d542fb0
Showing 1 changed file with 37 additions and 34 deletions.
71 changes: 37 additions & 34 deletions types/webview/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
{
"name": "@altv/webview",
"version": "0.0.3",
"description": "This package contains the type definitions for the alt:V JS module v2 WebView types",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"test": "tsc",
"preversion": "yarn run test",
"release": "yarn version --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/altmp/altv-js-module-v2.git"
},
"keywords": [
"altmp",
"altv",
"node",
"v8",
"js-module",
"js-module-v2",
"gta",
"gta5",
"gtav"
],
"author": "altMP Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/altmp/altv-js-module-v2/issues"
},
"homepage": "https://github.com/altmp/altv-js-module-v2/tree/dev/types/webview"
}
"name": "@altv/webview",
"version": "0.0.4",
"description": "This package contains the type definitions for the alt:V JS module v2 WebView types",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"test": "tsc",
"preversion": "yarn run test",
"release": "yarn version --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/altmp/altv-js-module-v2.git"
},
"peerDependencies": {
"@altv/shared": "^0.0.0"
},
"keywords": [
"altmp",
"altv",
"node",
"v8",
"js-module",
"js-module-v2",
"gta",
"gta5",
"gtav"
],
"author": "altMP Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/altmp/altv-js-module-v2/issues"
},
"homepage": "https://github.com/altmp/altv-js-module-v2/tree/dev/types/webview"
}

0 comments on commit d542fb0

Please sign in to comment.