Skip to content

Commit

Permalink
Merge pull request #578 from pattern-lab/dev
Browse files Browse the repository at this point in the history
Pattern Lab Node Core 2.7.1-alpha
  • Loading branch information
bmuenzenmeyer authored Dec 19, 2016
2 parents 4c8ab80 + 3c42df2 commit ffcec17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/lib/patternlab.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* patternlab-node - v2.7.0 - 2016
* patternlab-node - v2.7.1-alpha - 2016
*
* Brian Muenzenmeyer, Geoff Pursell, and the web community.
* Licensed under the MIT license.
Expand Down Expand Up @@ -523,7 +523,7 @@ var patternlab_engine = function (config) {
// Ensure that the freshly built graph has the latest version again.
patternlab.graph.upgradeVersion();
}

//delete the contents of config.patterns.public before writing
//Also if the serialized graph must be updated
if (deletePatternDir || graphNeedsUpgrade) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patternlab-node",
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
"version": "2.7.0",
"version": "2.7.1-alpha",
"main": "./core/lib/patternlab.js",
"dependencies": {
"diveSync": "^0.3.0",
Expand Down

0 comments on commit ffcec17

Please sign in to comment.