We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e226be4 commit be4591fCopy full SHA for be4591f
README.md
@@ -33,7 +33,7 @@ Options:
33
34
## Build dependencies
35
36
-* [Node](https://nodejs.org) (7.10.0 or higher)
+* [Node](https://nodejs.org) (10 or higher)
37
* [Node Package Manager](https://www.npmjs.com/package/npm)
38
* [.NET CLI tools](https://github.com/dotnet/cli/releases) version 2.0.0 or higher
39
> You want the **.NET Core SDK Binaries** for your platform <br>
package.json
@@ -41,7 +41,7 @@
41
"url": "https://github.com/Azure/openapi-diff/issues"
42
},
43
"engines": {
44
- "node": ">=7.10.0"
+ "node": ">=10.0.0"
45
46
"files": [
47
"dist/lib",
0 commit comments