Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Breaking: drop support for Node < 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Dec 23, 2019
1 parent cdcb92b commit 4b7cd7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock = false
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 6
- 7
- 10
- 12
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@
},
"homepage": "https://github.com/not-an-aardvark/eslint-canary#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-eslint": "^3.0.0",
"npm": "^3.10.10"
"eslint": "^6.8.0",
"eslint-config-eslint": "^6.0.0",
"eslint-plugin-jsdoc": "^18.4.4",
"eslint-plugin-node": "^10.0.0",
"npm": "^6.13.4"
},
"dependencies": {
"chai": "^3.5.0",
"cross-spawn": "^6.0.5",
"js-yaml": "^3.7.0"
"chai": "^4.2.0",
"cross-spawn": "^7.0.1",
"js-yaml": "^3.13.1"
},
"engines": {
"node": ">=6"
"node": ">=10"
}
}

0 comments on commit 4b7cd7a

Please sign in to comment.