Skip to content

Commit

Permalink
uilib-native - fix types (for root - i.e. index.d.ts) (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-i-k-e-l authored Jan 1, 2025
1 parent 3c9160a commit 5a8330c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uilib-native",
"version": "4.4.0",
"version": "4.5.0",
"homepage": "https://github.com/wix/react-native-ui-lib",
"description": "uilib native components (separated from js components)",
"main": "components/index",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"compilerOptions": {
"emitDeclarationOnly": true
},
"include": ["src/**/*", "typings/**/*", "lib/components/*/*", "testkit/**/*"],
"include": ["src/**/*", "typings/**/*", "lib/components/**/*", "testkit/**/*"],
"exclude": [ "node_modules", "src/**/__tests__/*.*"]
}

0 comments on commit 5a8330c

Please sign in to comment.