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 committed by GitHub
commit 106f1e74db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 .",