зеркало из https://github.com/microsoft/reactxp.git
0.34.1: Updated metadata for first release of ReactXP
This commit is contained in:
Родитель
0e195c9cac
Коммит
bfad0e8161
|
@ -3,4 +3,5 @@
|
|||
/src/bin
|
||||
/src/obj
|
||||
/samples
|
||||
/docs
|
||||
*.user
|
||||
|
|
12
package.json
12
package.json
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "reactxp",
|
||||
"version": "0.0.1",
|
||||
"version": "0.34.1",
|
||||
"description": "Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution",
|
||||
"author": "Eric Traut <erictr@microsoft.com>",
|
||||
"author": "ReactXP Team <reactxp@microsoft.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
|
@ -23,5 +23,13 @@
|
|||
"react-native-windows": "^0.33.0",
|
||||
"typescript": "2.0.8"
|
||||
},
|
||||
"homepage": "https://microsoft.github.io/reactxp/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/reactxp/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/microsoft/reactxp/issues"
|
||||
},
|
||||
"types": "dist/ReactXP.d.ts"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче