Skip to content

Commit

Permalink
Merge pull request #594 from pattern-lab/dev
Browse files Browse the repository at this point in the history
Pattern Lab Node Core 2.7.2
  • Loading branch information
bmuenzenmeyer committed Jan 15, 2017
2 parents b918c8d + f0fe98b commit bc8636b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/lib/patternlab.js
@@ -1,5 +1,5 @@
/*
* patternlab-node - v2.7.1 - 2017
* patternlab-node - v2.7.2 - 2017
*
* Brian Muenzenmeyer, Geoff Pursell, Raphael Okon, tburny and the web community.
* Licensed under the MIT license.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,9 +1,10 @@
{
"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.1",
"version": "2.7.2",
"main": "./core/lib/patternlab.js",
"dependencies": {
"chalk": "^1.1.3",
"diveSync": "^0.3.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.0",
Expand All @@ -17,7 +18,6 @@
"graphlib": "^2.1.1"
},
"devDependencies": {
"chalk": "^1.1.3",
"eslint": "^3.5.0",
"rewire": "^2.5.2",
"tap": "^7.1.2"
Expand Down

0 comments on commit bc8636b

Please sign in to comment.