directory-backbone-browserify
directory-backbone-browserify copied to clipboard
Added handlebars to the package.json as a devDependency.
When I cloned the repo to take a look I was getting an error when running the browserify command as handlebars hadn't be declared as a dependency, therefore not being installed when running npm install
. This pull request clears it it.