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

Commit 8529c78

Browse files
author
Luis Flores
committed
fix(npm): Export only lib files
1 parent 30cba75 commit 8529c78

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "0.0.0-development",
44
"description": "React Native URL routing library",
55
"main": "index.js",
6+
"files": [
7+
"index.js",
8+
"LICENSE",
9+
"README.md",
10+
"src/"
11+
],
612
"directories": {
713
"test": "test"
814
},

0 commit comments

Comments
 (0)