handlebars-layouts
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "handlebars-layouts", | ||
"version": "3.1.3", | ||
"description": "Handlebars helpers which implement layout blocks similar to Jade, Jinja, Swig, and Twig.", | ||
"version": "3.1.4", | ||
"description": "Handlebars helpers which implement layout blocks similar to Jade, Jinja, Nunjucks, Swig, and Twig.", | ||
"keywords": [ | ||
@@ -15,2 +15,3 @@ "blocks", | ||
"mustache", | ||
"nunjucks", | ||
"swig", | ||
@@ -29,6 +30,7 @@ "twig" | ||
"scripts": { | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"lint": "eslint index.js gulpfile.js test/*.js", | ||
"gulp": "gulp", | ||
"prepublish": "gulp build", | ||
"report": "cat ./coverage/lcov.info | coveralls", | ||
"test": "gulp test", | ||
"zuul": "zuul -- test/handlebars-layouts.spec.js" | ||
"zuul": "zuul --local -- test/handlebars-layouts.spec.js" | ||
}, | ||
@@ -35,0 +37,0 @@ "devDependencies": { |
# `handlebars-layouts` | ||
[![NPM version][npm-img]][npm-url] [![Downloads][downloads-img]][npm-url] [![Build Status][travis-img]][travis-url] [![Coverage Status][coveralls-img]][coveralls-url] [![Chat][gitter-img]][gitter-url] [![Tip][amazon-img]][amazon-url] | ||
[![NPM version][npm-img]][npm-url] [![Downloads][downloads-img]][npm-url] [![Build Status][travis-img]][travis-url] [![Coverage Status][coveralls-img]][coveralls-url] [![Tip][amazon-img]][amazon-url] | ||
Handlebars helpers which implement layout blocks similar to Jade, Jinja, Swig, and Twig. | ||
Handlebars helpers which implement layout blocks similar to Jade, Jinja, Nunjucks, Swig, and Twig. | ||
@@ -17,3 +17,3 @@ ## Install | ||
## Api | ||
## API | ||
@@ -433,3 +433,3 @@ Helpers are generated by passing in your instance of Handlebars. This allows you to selectively register the helpers on various instances of Handlebars. | ||
[amazon-img]: https://img.shields.io/badge/amazon-tip_jar-yellow.svg?style=flat-square | ||
[amazon-img]: https://img.shields.io/badge/tip-jar-yellow.svg?style=flat-square | ||
[amazon-url]: https://www.amazon.com/gp/registry/wishlist/1VQM9ID04YPC5?sort=universal-price | ||
@@ -439,4 +439,2 @@ [coveralls-img]: http://img.shields.io/coveralls/shannonmoeller/handlebars-layouts/master.svg?style=flat-square | ||
[downloads-img]: http://img.shields.io/npm/dm/handlebars-layouts.svg?style=flat-square | ||
[gitter-img]: http://img.shields.io/badge/gitter-join_chat-1dce73.svg?style=flat-square | ||
[gitter-url]: https://gitter.im/shannonmoeller/shannonmoeller | ||
[npm-img]: http://img.shields.io/npm/v/handlebars-layouts.svg?style=flat-square | ||
@@ -443,0 +441,0 @@ [npm-url]: https://npmjs.org/package/handlebars-layouts |
Sorry, the diff of this file is not supported yet
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
74129
443