Skip to content

Commit

Permalink
Drop Node 10 and update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Aug 23, 2021
1 parent a5d6b7f commit 199873e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ancesdir",
"version": "2.0.4",
"version": "3.0.0",
"description": "Find a specific ancestor/root directory given a starting location and a search parameter",
"main": "dist/index.js",
"repository": "https://github.com/somewhatabstract/ancesdir.git",
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"private": false,
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"keywords": [
"find",
Expand Down

0 comments on commit 199873e

Please sign in to comment.