letter-press
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "letter-press", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# letter-press | ||
[![npm version](https://img.shields.io/npm/v/letter-press.svg?style=flat-square)](https://npmjs.org/package/letter-press) [![build status](https://img.shields.io/travis/srilq/letter-press/master.svg?style=flat-square)](https://travis-ci.org/srilq/letter-press) | ||
[![npm version](https://img.shields.io/npm/v/letter-press.svg?style=flat-square)](https://npmjs.org/package/letter-press) [![build status](https://img.shields.io/travis/srilq/letter-press/latest.svg?style=flat-square)](https://travis-ci.org/srilq/letter-press) | ||
[![downloads](https://img.shields.io/npm/dm/letter-press.svg?style=flat-square)](https://npmjs.org/package/letter-press) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) | ||
@@ -8,6 +8,2 @@ | ||
## Install | ||
`npm install letter-press` | ||
## Example | ||
@@ -93,3 +89,3 @@ | ||
`opts.template` Path to **pug** template file used when generating HTML. The template must contain a `!=content`, and may contain a `!=title`. **Default:** [Template File](https://github.com/srilq/letter-press/blob/master/ghmd.pug) | ||
`opts.template` Path to **pug** template file used when generating HTML. The template must contain a `!=content`, and may contain a `!=title`. **Default:** [Template File](https://github.com/srilq/letter-press/blob/latest/ghmd.pug) | ||
@@ -96,0 +92,0 @@ `opts.pug` Options passed to **pug**: `pug.renderFile`. [API](https://pugjs.org/api/reference.html) |
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
19581
93