Skip to content

Commit

Permalink
Bump version to v1.0.2 and added browserify/famousify support
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Nov 9, 2014
1 parent 0ae99e8 commit 595c653
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "famous-bkimagesurface",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/IjzerenHein/famous-bkimagesurface",
"repository": {
"type": "git",
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "famous-bkimagesurface",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/IjzerenHein/famous-bkimagesurface",
"repository": {
"type": "git",
"url": "git://github.com/IjzerenHein/famous-bkimagesurface.git"
},
"browserify": {
"transform": [
"deamdify",
"famousify",
"brfs"
]
},
"author": {
"name": "Hein Rutjes <hrutjes@gmail.com>"
},
Expand All @@ -31,6 +38,10 @@
"node": ">= 0.10.0"
},
"devDependencies": {
"brfs": "latest",
"browserify": "latest",
"deamdify": "latest",
"famousify": "latest",
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
Expand Down

0 comments on commit 595c653

Please sign in to comment.