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

Commit

Permalink
Dropping support for Node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelokon committed Sep 24, 2017
1 parent fd8a26a commit 529c3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- node
- 6
- 4
before_script:
- yarn add edition-node
- yarn add starterkit-mustache-base
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patternlab-node-cli",
"description": "Command-line interface (CLI) for the patternlab-node core.",
"version": "0.0.1-alpha.5",
"version": "0.0.1-alpha.6",
"bin": {
"patternlab": "bin/patternlab.js"
},
Expand Down Expand Up @@ -54,6 +54,6 @@
"bugs": "https://github.com/pattern-lab/patternlab-node-cli/issues",
"license": "MIT",
"engines": {
"node": ">=4.0"
"node": ">=6.0"
}
}

0 comments on commit 529c3c1

Please sign in to comment.