Skip to content

Commit 55608aa

Browse files
committed
Merge branch 'main' into monorepo-setup
2 parents 56c0e91 + dd7fbd0 commit 55608aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To configure your project manually, follow these steps:
9898
"main": "lib/commonjs/index.js",
9999
"module": "lib/module/index.js",
100100
"react-native": "src/index.ts",
101-
"types": "lib/typescript/src/index.d.ts",
101+
"types": "lib/typescript/index.d.ts",
102102
"files": [
103103
"lib/",
104104
"src/"

packages/create-react-native-library/templates/common/$package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "<%- project.description %>",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
7-
"types": "lib/typescript/src/index.d.ts",
7+
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",
1010
"files": [

0 commit comments

Comments
 (0)