Skip to content

Commit

Permalink
Update engines field for node to >= 10.0.0 (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 1, 2021
1 parent 47b147e commit f5ffec7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/feature-Node.js-fb401e28.json
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Node.js",
"description": "Update engines field to support node >= 10.0.0"
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -74,7 +74,7 @@
"types": "index.d.ts",
"typings": "index.d.ts",
"engines": {
"node": ">= 0.8.0"
"node": ">= 10.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -147,4 +147,4 @@
"csm-functional-test": "mocha test/publisher/functional_test",
"postinstall": "node scripts/check-node-version.js"
}
}
}

0 comments on commit f5ffec7

Please sign in to comment.