Skip to content

Commit

Permalink
update package version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wonsikin committed May 31, 2017
1 parent a8ba2b0 commit be1d6c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-barcode-builder",
"version": "0.3.0",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
Expand All @@ -16,12 +16,12 @@
"barcode"
],
"author": "WonSikin <[email protected]>",
"dependencies": {
"jsbarcode": "^3.8.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^2.13.1",
"eslint-plugin-react": "^6.8.0"
},
"dependencies": {
"jsbarcode": "^3.8.0"
}
}

0 comments on commit be1d6c7

Please sign in to comment.