Skip to content

Commit d9f677f

Browse files
committed
bump version number
1 parent 49538bd commit d9f677f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

core/lib/pattern_assembler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ var pattern_assembler = function () {
379379
parse_data_links: function (patternlab) {
380380
parseDataLinks(patternlab);
381381
},
382-
parse_data_links_specific: function (patternlab, data, label){
382+
parse_data_links_specific: function (patternlab, data, label) {
383383
return parseDataLinksHelper(patternlab, data, label)
384384
}
385385
};

core/lib/patternlab.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*
2-
* patternlab-node - v2.0.0-alpha - 2016
3-
*
1+
/*
2+
* patternlab-node - v2.0.0-alpha.2 - 2016
3+
*
44
* Brian Muenzenmeyer, Geoff Pursell, and the web community.
5-
* Licensed under the MIT license.
6-
*
7-
* Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
5+
* Licensed under the MIT license.
6+
*
7+
* Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
88
*
99
*/
1010

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.0.0-alpha",
4+
"version": "2.0.0-alpha.2",
55
"main": "./core/lib/patternlab.js",
66
"dependencies": {
77
"diveSync": "^0.3.0",

0 commit comments

Comments
 (0)