Include only src/ in published package

This commit is contained in:
Satyajit Sahoo
2016-10-23 23:59:20 +05:30
parent 06aed55bc4
commit fe62211111

View File

@@ -8,6 +8,9 @@
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ahmedlhanafy/react-native-paper.git"