Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 1a5a2ce

Browse files
committed
fix entry file
1 parent df3219f commit 1a5a2ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-native-blank-spacer",
3-
"version": "0.0.1",
3+
"version": "0.0.1-alpha-2",
44
"description": "A blank spacer component for react native to help build components & layouts without margins",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
7-
"react-native": "src/index.ts",
7+
"react-native": "src/index.tsx",
88
"types": "lib/typescript/src/index.d.ts",
99
"files": [
1010
"lib/",

0 commit comments

Comments
 (0)