Release 0.1.0
This commit is contained in:
parent
6b10e8afd6
commit
8d89cb2281
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-navigation-stack",
|
"name": "react-navigation-stack",
|
||||||
"version": "0.5.0",
|
"version": "0.1.0",
|
||||||
"description": "Drawer navigator component for React Navigation",
|
"description": "Stack navigator component for React Navigation",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/"
|
"dist/"
|
||||||
|
@ -20,8 +20,7 @@
|
||||||
"react-native",
|
"react-native",
|
||||||
"ios",
|
"ios",
|
||||||
"android",
|
"android",
|
||||||
"drawer",
|
"stack"
|
||||||
"material"
|
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue