Skip to content

Commit

Permalink
node 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed May 30, 2019
1 parent a3ece93 commit 318750e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 6
- 8
- 10
after_success:
- "npm run test:cover"
- "cat coverage/lcov.info | node_modules/.bin/coveralls"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-size-reporter",
"version": "0.6.7",
"version": "0.7.0",
"description": "Reports width, height, and top for selected DOM elements",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -64,6 +64,6 @@
},
"dependencies": {},
"engines": {
"node": ">= 6.x"
"node": ">= 8.x"
}
}

0 comments on commit 318750e

Please sign in to comment.