Skip to content

Commit 5a8330c

Browse files
authored
uilib-native - fix types (for root - i.e. index.d.ts) (#3478)
1 parent 3c9160a commit 5a8330c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uilib-native",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"homepage": "https://github.com/wix/react-native-ui-lib",
55
"description": "uilib native components (separated from js components)",
66
"main": "components/index",

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"compilerOptions": {
44
"emitDeclarationOnly": true
55
},
6-
"include": ["src/**/*", "typings/**/*", "lib/components/*/*", "testkit/**/*"],
6+
"include": ["src/**/*", "typings/**/*", "lib/components/**/*", "testkit/**/*"],
77
"exclude": [ "node_modules", "src/**/__tests__/*.*"]
88
}

0 commit comments

Comments
 (0)