Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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