Skip to content

Commit 3eb047f

Browse files
committed
Upgrade minimun Node version to 6
1 parent 460bd55 commit 3eb047f

File tree

5 files changed

+388
-72
lines changed

5 files changed

+388
-72
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
"es2015"
3+
["env", {"targts": {"node": "current"}}]
44
],
55
"plugins": [
66
"add-module-exports"

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
33
- "6"
4-
- "4"
54
after_success:
65
- npm run coveralls
76
before_deploy:

0 commit comments

Comments
 (0)