Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apocheau committed Dec 7, 2015
1 parent ac6e8d0 commit 227afc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "angular-barcode",
"version": "0.0.1",
"main": ["./dist/barcode.min.js"],
"version": "0.0.2",
"main": [
"./dist/barcode.min.js"
],
"description": "Barcode generator for AngularJS apps",
"repository": {
"type": "git",
Expand All @@ -15,4 +17,4 @@
"components",
"lib"
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-barcode",
"description": "angular barcode",
"version": "0.0.1",
"version": "0.0.2",
"filename": "barcode.min.js",
"main": "./dist/barcode.min.js",
"homepage": "https://github.com/ryanmc2033/angular-barcode",
Expand Down Expand Up @@ -34,4 +34,4 @@
"test": "grunt test --verbose"
},
"license": "MIT"
}
}

0 comments on commit 227afc0

Please sign in to comment.