Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit ad45a91

Browse files
author
thewei
committed
Updated package.json
1 parent 1967b08 commit ad45a91

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-navigator",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A simple router for react native",
55
"main": "libs/index.js",
66
"scripts": {
@@ -11,13 +11,17 @@
1111
"url": "git+https://github.com/thewei/react-native-navigator.git"
1212
},
1313
"keywords": [
14-
"react",
14+
"react-component",
1515
"react-native",
16+
"ios",
17+
"react",
1618
"react-native-navigator",
1719
"router",
18-
"react-native-router",
19-
"ios"
20+
"react-native-router"
2021
],
22+
"peerDependencies": {
23+
"react-native": ">=0.5"
24+
},
2125
"author": "thewei",
2226
"license": "MIT",
2327
"bugs": {

0 commit comments

Comments
 (0)