Skip to content

Commit

Permalink
Merge pull request #8 from blocks/fix-handlebars-dependency
Browse files Browse the repository at this point in the history
add handlebars dependency
  • Loading branch information
localjo committed Feb 18, 2015
2 parents e33e414 + 35ee668 commit a18a9a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@
},
"dependencies": {
"events": "^1.0.2",
"inherits": "^2.0.1",
"hbsfy": "^2.1.0"
"handlebars": "^3.0.0",
"hbsfy": "^2.1.0",
"inherits": "^2.0.1"
},
"browserify": {
"transform": [ "hbsfy" ]
"transform": [
"hbsfy"
]
}
}

0 comments on commit a18a9a9

Please sign in to comment.