Skip to content

Commit

Permalink
update readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerBear committed Jun 15, 2017
1 parent f2d785c commit 62f478f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ import Barcode from "react-native-barcode-pdf417";
//...
<Barcode text="123124123" width={250} height={100} />

```
```

LICENSE: MIT
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:GingerBear/react-native-barcode-pdf417.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 62f478f

Please sign in to comment.