Skip to content

Commit d073553

Browse files
committed
v1.2.0: Drop support for Node.js 0.12 and 0.10
1 parent 4510f10 commit d073553

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: node_js
22
node_js:
3+
- '7'
34
- '6'
45
- '5'
56
- '4'
6-
- '0.12'
7-
- '0.10'
87
after_success:
98
- npm run coveralls
109
- npm run coverage-clean

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "git@github.com:cheton/gcode-parser.git"
1111
},
1212
"engines": {
13-
"node": ">=0.10.x"
13+
"node": ">=4"
1414
},
1515
"keywords": [
1616
"cnc",

0 commit comments

Comments
 (0)