Skip to content

Commit

Permalink
feat: drop support for old versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahdz committed Jan 30, 2020
1 parent 1eb1c7c commit b7897de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
@@ -1,8 +1,5 @@
language: node_js
node_js:
- "12"
- "10"
- "8"
- "6"
- "7"
- "4"
sudo: false
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -59,5 +59,8 @@
"theme-set.js",
"themes.js",
"wide-truncate.js"
]
],
"engines": {
"node": ">=10"
}
}

0 comments on commit b7897de

Please sign in to comment.