Merge pull request #24 from react-navigation/@ericvicenti/allfiles

Export all files from npm package
This commit is contained in:
Brent Vatne
2018-10-01 13:30:45 -07:00
parent 00b83bb18d
commit c39f5c5f17

View File

@@ -4,8 +4,12 @@
"description": "Stack navigator component for React Navigation",
"main": "dist/index.js",
"files": [
"dist/"
],
"dist/",
"src/",
"LICENSE.md",
"README.md"
],
"react-native": "src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",