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 18f7a9a commit 6e7723fCopy full SHA for 6e7723f
.npmignore
@@ -1,3 +1,4 @@
1
test/
2
.github/
3
.idea/
4
+out/
.npmrc
save-exact = false
save-prefix = '~'
package-lock = false
+git-tag-version=false
package.json
@@ -1,6 +1,6 @@
{
"name": "openapi-jsonrpc-jsdoc",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "OpenAPI generator",
5
"main": "index.js",
6
"scripts": {
@@ -36,6 +36,6 @@
36
"express-openapi-validator": "~5.5.3"
37
},
38
"engines": {
39
- "node": ">= 14"
+ "node": ">= 16"
40
}
41
0 commit comments