0.34.1: Updated metadata for first release of ReactXP

This commit is contained in:
David de Regt 2017-04-06 16:49:16 -07:00
Родитель 0e195c9cac
Коммит bfad0e8161
2 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -3,4 +3,5 @@
/src/bin
/src/obj
/samples
/docs
*.user

Просмотреть файл

@ -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"
}