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 a5fa44e commit 5098fa2Copy full SHA for 5098fa2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rapidoc",
3
- "version": "7.0.4",
+ "version": "7.1.0",
4
"description": "RapiDoc - Open API spec viewer with built in console",
5
"author": "Mrinmoy Majumdar <[email protected]>",
6
"repository": {
@@ -32,8 +32,8 @@
32
"lit-element": "2.2.1",
33
"lit-html": "1.0.0",
34
"marked": "^0.8.0",
35
- "swagger2openapi": "^5.3.2",
36
- "snyk": "^1.278.0"
+ "snyk": "^1.278.0",
+ "swagger2openapi": "^5.3.2"
37
},
38
"scripts": {
39
"build": "NODE_ENV=production webpack",
0 commit comments