Merge pull request #129 from microsoft/includeJSON
Include config json in npm package
This commit is contained in:
Коммит
4f2261084f
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "react-native-xaml",
|
||||
"title": "React Native Xaml",
|
||||
"version": "0.0.41",
|
||||
"version": "0.0.42",
|
||||
"description": "Allows using XAML directly, inside of a React Native Windows app",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
|
@ -51,6 +51,7 @@
|
|||
"files": [
|
||||
"!*.tgz",
|
||||
"CodeGen/*.cs*",
|
||||
"CodeGen/*.json",
|
||||
"windows/",
|
||||
"lib/",
|
||||
"src/",
|
||||
|
|
Загрузка…
Ссылка в новой задаче