-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(typings, webview): Add @altv/shared as peer depeendency and bum…
…p version
- Loading branch information
Showing
1 changed file
with
37 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |