Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit c1d47d3

Browse files
committed
Updating patternlab core to v2.11.1 and other dependencies.
1 parent 9f8658a commit c1d47d3

File tree

3 files changed

+477
-360
lines changed

3 files changed

+477
-360
lines changed

bin/scaffold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const scaffold = (projectDir, sourceDir, publicDir, exportDir) => wrapAsync(func
2222
yield Promise.all([
2323
mkdirsAsync(path.resolve(projectDir, path.normalize(sourceDir))), // 1
2424
mkdirsAsync(path.resolve(projectDir, path.normalize(publicDir))), // 2
25-
mkdirsAsync(path.resolve(projectDir, path.normalize(exportDir))) // 3
25+
mkdirsAsync(path.resolve(projectDir, path.normalize(exportDir))) // 3
2626
]);
2727
});
2828

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternlab-node-cli",
33
"description": "Command-line interface (CLI) for the patternlab-node core.",
4-
"version": "0.0.1-alpha.4",
4+
"version": "0.0.1-alpha.5",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
@@ -10,28 +10,28 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"archiver": "1.3.0",
14-
"browser-sync": "2.18.11",
13+
"archiver": "2.0.3",
14+
"browser-sync": "2.18.13",
1515
"bs-html-injector": "3.0.3",
16-
"chalk": "1.1.3",
17-
"commander": "2.9.0",
18-
"execa": "0.6.3",
16+
"chalk": "2.1.0",
17+
"commander": "2.11.0",
18+
"execa": "0.8.0",
1919
"fs-promise": "2.0.3",
2020
"glob": "7.1.2",
2121
"has-yarn": "1.0.0",
2222
"inquirer": "2.0.0",
2323
"lodash": "4.17.4",
24-
"ora": "1.2.0",
24+
"ora": "1.3.0",
2525
"path-exists": "3.0.0",
26-
"patternlab-node": "2.9.3",
26+
"patternlab-node": "2.11.1",
2727
"sanitize-filename": "1.6.1"
2828
},
2929
"devDependencies": {
3030
"edition-node": "0.0.4",
31-
"eslint": "3.19.0",
31+
"eslint": "4.7.2",
3232
"proxyquire": "1.8.0",
3333
"starterkit-mustache-base": "3.0.1",
34-
"tap": "10.3.2"
34+
"tap": "10.7.2"
3535
},
3636
"files": [
3737
"bin"

0 commit comments

Comments
 (0)