File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * patternlab-node - v2.7.0 - 2016
2
+ * patternlab-node - v2.7.1-alpha - 2016
3
3
*
4
4
* Brian Muenzenmeyer, Geoff Pursell, and the web community.
5
5
* Licensed under the MIT license.
@@ -523,7 +523,7 @@ var patternlab_engine = function (config) {
523
523
// Ensure that the freshly built graph has the latest version again.
524
524
patternlab . graph . upgradeVersion ( ) ;
525
525
}
526
-
526
+
527
527
//delete the contents of config.patterns.public before writing
528
528
//Also if the serialized graph must be updated
529
529
if ( deletePatternDir || graphNeedsUpgrade ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " patternlab-node" ,
3
3
"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 " ,
5
5
"main" : " ./core/lib/patternlab.js" ,
6
6
"dependencies" : {
7
7
"diveSync" : " ^0.3.0" ,
You can’t perform that action at this time.
0 commit comments