Skip to content

Commit

Permalink
add handlebars dependency
Browse files Browse the repository at this point in the history
this was missing, and overlooked due to it being installed globally. hbsfy has this as a dependency but doesn't pull it in through package.json
  • Loading branch information
localjo committed Feb 17, 2015
1 parent e33e414 commit 35ee668
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 35ee668

Please sign in to comment.