Skip to content

Commit dd7fbd0

Browse files
dylancomsatya164
authored andcommitted
fix: wrong types path
1 parent b44a54d commit dd7fbd0

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

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)