Temporarily change main entrypoint from dist/ to src/

This commit is contained in:
Krzysztof Magiera 2018-08-10 16:45:57 +02:00
parent 301b7e3597
commit 4fb3b5cf8b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "react-navigation-stack",
"version": "0.1.2",
"description": "Stack navigator component for React Navigation",
"main": "dist/index.js",
"main": "src/index.js",
"files": [
"dist/"
],