-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e526b47
commit e7c4a36
Showing
1 changed file
with
24 additions
and
22 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,23 +1,25 @@ | ||
{ | ||
"name": "@vue/jsx-typings", | ||
"version": "3.0.0-beta.4", | ||
"description": "JSX typings for vue", | ||
"sideEffects": false, | ||
"files": ["index.d.ts"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vuejs/vue-next.git" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"jsx", | ||
"typings", | ||
"types" | ||
], | ||
"author": "Evan You", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/vuejs/vue-next/issues" | ||
}, | ||
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/jsx-typings#readme" | ||
} | ||
"name": "@vue/jsx-typings", | ||
"version": "3.0.0", | ||
"description": "JSX typings for vue", | ||
"sideEffects": false, | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vuejs/vue-next.git" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"jsx", | ||
"typings", | ||
"types" | ||
], | ||
"author": "Evan You", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/vuejs/vue-next/issues" | ||
}, | ||
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/jsx-typings#readme" | ||
} |