Skip to content

Commit 4f22610

Browse files
authored
Merge pull request #129 from microsoft/includeJSON
Include config json in npm package
2 parents 9b698da + 5b91666 commit 4f22610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-xaml",
33
"title": "React Native Xaml",
4-
"version": "0.0.41",
4+
"version": "0.0.42",
55
"description": "Allows using XAML directly, inside of a React Native Windows app",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",
@@ -51,6 +51,7 @@
5151
"files": [
5252
"!*.tgz",
5353
"CodeGen/*.cs*",
54+
"CodeGen/*.json",
5455
"windows/",
5556
"lib/",
5657
"src/",

0 commit comments

Comments
 (0)