Update package.json

This commit is contained in:
Eric Vicenti 2018-09-26 15:21:08 -07:00 committed by GitHub
parent 8be65b0ff4
commit 436f2bb95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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