Skip to content

Commit 6aa0632

Browse files
authoredMay 10, 2021
chore: fix TypeScript import path (#160)
1 parent 738fc4b commit 6aa0632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
7-
"types": "lib/typescript/src/index.d.ts",
7+
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index.tsx",
99
"files": [
1010
"src",

2 commit comments

Comments
 (2)

pke commented on Sep 10, 2021

@pke

Care to create a patch release 0.0.23 please?

ddeschenes-lacapitale commented on Nov 15, 2021

@ddeschenes-lacapitale

Same ! I would need it. I am using patch-package at the moment.

Please sign in to comment.