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

Commit 1681c75

Browse files
committed
update readme and package.json
1 parent c656a1a commit 1681c75

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## The Mustache engine for Pattern Lab / Node
1+
## The Handlebars 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.
4-
5-
On dev right now the command is `npm install pattern-lab/patternengine-node-mustache#dev`
3+
To install the Handlebars engine in your edition, `npm install patternengine-node-handlebars` should do the trick.
4+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"test": "grunt travis --verbose"
2828
},
2929
"engines": {
30-
"node": ">=0.1"
30+
"node": ">=4.0"
3131
}
3232
}

0 commit comments

Comments
 (0)