Skip to content

Commit 430a74c

Browse files
committed
Add files to package.json
1 parent 2fba981 commit 430a74c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-themed-stylesheet",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "React Native StyleSheets with Theming Support",
55
"author": "Andre Pedroza",
66
"license": "MIT",
@@ -10,6 +10,7 @@
1010
},
1111
"main": "index.js",
1212
"types": "index.d.ts",
13+
"files": ["index.js", "index.d.ts"],
1314
"scripts": {
1415
"prepublish": "npm run build",
1516
"build": "tsc",

0 commit comments

Comments
 (0)