Skip to content

Commit cc7c93a

Browse files
authored
feat: Merge pull request #15 from pelias/require-node4
Require Node.js 4.0 or greater
2 parents a98303b + cd04e08 commit cc7c93a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- 0.12
109
- 4
1110
- 6
1211
matrix:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "pelias-logger",
33
"version": "0.0.0-semantic-release",
44
"description": "The centralized logger package for Pelias.",
5+
"engines": {
6+
"node": ">=4.0.0"
7+
},
58
"keywords": [
69
"pelias",
710
"logger"

0 commit comments

Comments
 (0)