Skip to content

Commit d0772db

Browse files
committed
chore: drop support for Node.js 0.12
BREAKING CHANGE: Node.js 0.12 is no longer supported
1 parent b191795 commit d0772db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ node_js:
1313
- '6'
1414
- '5'
1515
- '4'
16-
- '0.12'
1716
before_install:
1817
- git config --global user.name "TravisCI"
1918
- git config --global user.email "[email protected]"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@
104104
},
105105
"engineStrict": true,
106106
"engines": {
107-
"node": ">= 0.12"
107+
"node": ">= 4"
108108
}
109109
}

0 commit comments

Comments
 (0)