Skip to content

Commit 33889f2

Browse files
committed
linting and version bump for 2.6.0-alpha
1 parent 1a26824 commit 33889f2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

core/lib/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v2.5.1 - 2016
2+
* patternlab-node - v2.6.0-alpha - 2016
33
*
44
* Brian Muenzenmeyer, Geoff Pursell, and the web community.
55
* Licensed under the MIT license.

core/lib/starterkit_manager.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"use strict";
22

33
var starterkit_manager = function (config) {
4-
var path = require('path'),
5-
fetch = require('node-fetch'),
6-
fs = require('fs-extra'),
7-
util = require('./utilities'),
8-
paths = config.paths;
4+
var path = require('path'),
5+
fetch = require('node-fetch'),
6+
fs = require('fs-extra'),
7+
util = require('./utilities'),
8+
paths = config.paths;
99

1010
function loadStarterKit(starterkitName, clean) {
1111
try {

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

0 commit comments

Comments
 (0)