Skip to content

Commit f18aa82

Browse files
author
Hyunje Jun
committed
Upgrade the lowest supported version to 6
1 parent 040867e commit f18aa82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "4"
43
- "6"
54
- "8"
5+
- "10"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ reading them beforehand.
3333

3434
## Requirements
3535

36-
* **Node.js** 4 or higher
36+
* **Node.js** 6 or higher
3737

3838
## Contributing
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "6.2.1",
44
"description": "Node.js SDK for LINE Messaging API",
55
"engines": {
6-
"node": ">=4"
6+
"node": ">=6"
77
},
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)