mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
fix: type definitions file reference
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
"main": "lib/commonjs/index.js",
|
"main": "lib/commonjs/index.js",
|
||||||
"module": "lib/module/index.js",
|
"module": "lib/module/index.js",
|
||||||
"react-native": "src/index.ts",
|
"react-native": "src/index.ts",
|
||||||
"types": "lib/typescript/src/index.d.ts",
|
"types": "src/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"lib/",
|
"lib/",
|
||||||
"src/"
|
"src/"
|
||||||
|
|||||||
Reference in New Issue
Block a user