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

Commit 2f44c4e

Browse files
committed
preparing for our first scoped release
1 parent a222df7 commit 2f44c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/engine_mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
/*
4-
* mustache pattern engine for patternlab-node - v2.X.X - 2016
4+
* mustache pattern engine for patternlab-node
55
*
66
* Geoffrey Pursell, Brian Muenzenmeyer, and the web community.
77
* Licensed under the MIT license.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "patternengine-node-mustache",
2+
"name": "@pattern-lab/patternengine-node-mustache",
33
"description": "The Mustache engine for Pattern Lab / Node",
4-
"version": "1.0.2",
4+
"version": "2.0.0-alpha.1",
55
"main": "lib/engine_mustache.js",
66
"dependencies": {
77
"fs-extra": "^0.30.0",

0 commit comments

Comments
 (0)