Skip to content

Commit 4fa1d6a

Browse files
refactor: undo src folder in files (package.json config)
1 parent a5ef58d commit 4fa1d6a

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,13 +1,14 @@
11
{
22
"name": "@computools/react-native-material-components",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "React Native components which implement [Material Design](https://m3.material.io/).",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",
1010
"files": [
11+
"src",
1112
"lib",
1213
"cpp",
1314
"*.podspec",

0 commit comments

Comments
 (0)