Skip to content

Commit cd883b8

Browse files
authored
fix(🐛): Enable package for lower version of Babel (#69)
1 parent 796ad31 commit cd883b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"semantic-release": "^15.13.3",
4040
"semantic-release-cli": "^4.1.2"
4141
},
42-
"react-native": "src/index.ts",
42+
"react-native": "lib/module/index.js",
4343
"module": "lib/module/index.js",
4444
"types": "lib/typescript/index.d.ts",
4545
"files": [

0 commit comments

Comments
 (0)