Merge pull request #129 from microsoft/includeJSON

Include config json in npm package
This commit is contained in:
Alexander Sklar 2021-09-28 16:03:43 -07:00 коммит произвёл GitHub
Родитель 9b698da1ee 5b91666212
Коммит 4f2261084f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -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/",