Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 01732b1

Browse files
committed
bumping semver and changing docs a bit
1 parent 2a4bb1c commit 01732b1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## The Mustache engine for Pattern Lab / Node
22

3-
This one should be included by default with Mustache editions. If it's missing from your project for any reason, `npm install patternengine-node-mustache` should do the trick.
3+
This one should be included by default with [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node) and consumed by [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).
44

5-
On dev right now the command is `npm install pattern-lab/patternengine-node-mustache#dev`
5+
If it's missing from your project for any reason, `npm install patternengine-node-mustache` should do the trick.

lib/engine_mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* mustache pattern engine for patternlab-node - v0.10.1 - 2015
2+
* mustache pattern engine for patternlab-node - v2.X.X - 2016
33
*
44
* Geoffrey Pursell, Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

lib/util_mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* mustache utilities for patternlab-node - v0.10.1 - 2015
2+
* mustache utilities for patternlab-node - v2.X.X - 2016
33
*
44
* Geoffrey Pursell, Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternengine-node-mustache",
33
"description": "The Mustache engine for Pattern Lab / Node",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "lib/engine_mustache.js",
66
"dependencies": {
77
"mustache": "^2.2.0"

0 commit comments

Comments
 (0)