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 98c2c9c commit e41db7dCopy full SHA for e41db7d
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "OpenAPI DevTools",
4
- "version": "1.3.0",
+ "version": "1.3.2",
5
"devtools_page": "index.html",
6
"permissions": [],
7
"icons": {
package.json
@@ -8,7 +8,7 @@
8
"test": "vitest",
9
"dev": "vite",
10
"build": "rimraf dist && tsc && vite build && npm run zip",
11
- "zip": "rimraf resources/dist.zip && zip -rj resources/dist.zip dist/*",
+ "zip": "rimraf resources/dist.zip && zip -r resources/dist.zip dist",
12
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix"
13
},
14
"dependencies": {
resources/dist.zip
1.01 KB
0 commit comments