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

Commit 529c3c1

Browse files
committed
Dropping support for Node v4
1 parent fd8a26a commit 529c3c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22
node_js:
33
- node
44
- 6
5-
- 4
65
before_script:
76
- yarn add edition-node
87
- yarn add starterkit-mustache-base

package.json

Lines changed: 2 additions & 2 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.5",
4+
"version": "0.0.1-alpha.6",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
@@ -54,6 +54,6 @@
5454
"bugs": "https://github.com/pattern-lab/patternlab-node-cli/issues",
5555
"license": "MIT",
5656
"engines": {
57-
"node": ">=4.0"
57+
"node": ">=6.0"
5858
}
5959
}

0 commit comments

Comments
 (0)