Skip to content

Commit

Permalink
meta: Update package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Oct 9, 2017
1 parent 1a5cf5e commit ece0079
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "nodejs-mobile-react-native",
"version": "0.1.1",
"version": "0.1.2",
"description": "Node.js for Mobile Apps React Native plugin",
"main": "index.js",
"scripts": {
Expand All @@ -11,10 +11,19 @@
"react-native",
"mobile",
"nodejs",
"node.js"
"node.js",
"nodejs-mobile"
],
"author": "janeasystems",
"license": "MIT",
"homepage": "https://code.janeasystems.com/nodejs-mobile",
"repository": {
"type": "git",
"url": "https://github.com/janeasystems/nodejs-mobile-react-native"
},
"bugs": {
"url": "https://github.com/janeasystems/nodejs-mobile/issues"
},
"peerDependencies": {
"react-native": "^0.48.0"
},
Expand Down

0 comments on commit ece0079

Please sign in to comment.