Skip to content

Commit f0fe98b

Browse files
committed
promote chalk to a dependency
fixes #593
1 parent b7a62ec commit f0fe98b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/lib/patternlab.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v2.7.1 - 2017
2+
* patternlab-node - v2.7.2 - 2017
33
*
44
* Brian Muenzenmeyer, Geoff Pursell, Raphael Okon, tburny and the web community.
55
* Licensed under the MIT license.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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.7.1",
4+
"version": "2.7.2",
55
"main": "./core/lib/patternlab.js",
66
"dependencies": {
7+
"chalk": "^1.1.3",
78
"diveSync": "^0.3.0",
89
"fs-extra": "^0.30.0",
910
"glob": "^7.0.0",
@@ -17,7 +18,6 @@
1718
"graphlib": "^2.1.1"
1819
},
1920
"devDependencies": {
20-
"chalk": "^1.1.3",
2121
"eslint": "^3.5.0",
2222
"rewire": "^2.5.2",
2323
"tap": "^7.1.2"

0 commit comments

Comments
 (0)