Comparing version 1.3.1 to 1.3.2
@@ -8,3 +8,4 @@ /*jshint node: true*/ | ||
hbs: 1, | ||
handlebar: 1 | ||
handlebar: 1, | ||
handlebars: 1 | ||
}; | ||
@@ -11,0 +12,0 @@ |
{ | ||
"name": "hbsfy", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Handlebars precompiler plugin for Browserify v2", | ||
@@ -19,3 +19,4 @@ "main": "index.js", | ||
"plugin", | ||
"transform" | ||
"transform", | ||
"browserify-transform" | ||
], | ||
@@ -22,0 +23,0 @@ "author": "Esa-Matti Suuronen", |
@@ -5,3 +5,3 @@ [![Build Status](https://travis-ci.org/epeli/node-hbsfy.png?branch=master)](https://travis-ci.org/epeli/node-hbsfy) | ||
[Handlebars][] precompiler plugin for [Browserify v2][] without magic. | ||
[Handlebars][] precompiler plugin for [Browserify][] without magic. | ||
@@ -110,5 +110,5 @@ Compiles Handlebars templates to plain Javascript. The compiled templates only | ||
[Handlebars]: http://handlebarsjs.com/ | ||
[Browserify v2]: https://github.com/substack/node-browserify | ||
[Browserify]: https://github.com/substack/node-browserify | ||
[peer dependency]: http://blog.nodejs.org/2013/02/07/peer-dependencies/ | ||
[gulp]: http://gulpjs.com/ | ||
[gulp-browserify]: https://github.com/deepak1556/gulp-browserify |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24808
24
481