Skip to content

Commit ffcec17

Browse files
Merge pull request pattern-lab#578 from pattern-lab/dev
Pattern Lab Node Core 2.7.1-alpha
2 parents 4c8ab80 + 3c42df2 commit ffcec17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/lib/patternlab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v2.7.0 - 2016
2+
* patternlab-node - v2.7.1-alpha - 2016
33
*
44
* Brian Muenzenmeyer, Geoff Pursell, and the web community.
55
* Licensed under the MIT license.
@@ -523,7 +523,7 @@ var patternlab_engine = function (config) {
523523
// Ensure that the freshly built graph has the latest version again.
524524
patternlab.graph.upgradeVersion();
525525
}
526-
526+
527527
//delete the contents of config.patterns.public before writing
528528
//Also if the serialized graph must be updated
529529
if (deletePatternDir || graphNeedsUpgrade) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternlab-node",
33
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
4-
"version": "2.7.0",
4+
"version": "2.7.1-alpha",
55
"main": "./core/lib/patternlab.js",
66
"dependencies": {
77
"diveSync": "^0.3.0",

0 commit comments

Comments
 (0)