From 62f478f22dff4cf2fe069724181de8a5e45fb312 Mon Sep 17 00:00:00 2001 From: GingerBear Date: Thu, 15 Jun 2017 09:57:41 -0400 Subject: [PATCH] update readme and package.json --- README.md | 4 +++- package.json | 12 +++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 860ad17..0c48eab 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,6 @@ import Barcode from "react-native-barcode-pdf417"; //... -``` \ No newline at end of file +``` + +LICENSE: MIT \ No newline at end of file diff --git a/package.json b/package.json index f880cb6..8b60319 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,18 @@ { "name": "react-native-barcode-pdf417", - "version": "1.0.0", + "keywords": [ + "react-native", + "barcode", + "pdf417" + ], + "version": "1.0.1", "description": "react native component for pdf417 barcode", "main": "index.js", + "homepage": "https://github.com/GingerBear/react-native-barcode-pdf417", + "repository": { + "type": "git", + "url": "git@github.com:GingerBear/react-native-barcode-pdf417.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },