Skip to content

Commit e41db7d

Browse files
committed
v1.3.2
1 parent 98c2c9c commit e41db7d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "OpenAPI DevTools",
4-
"version": "1.3.0",
4+
"version": "1.3.2",
55
"devtools_page": "index.html",
66
"permissions": [],
77
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "vitest",
99
"dev": "vite",
1010
"build": "rimraf dist && tsc && vite build && npm run zip",
11-
"zip": "rimraf resources/dist.zip && zip -rj resources/dist.zip dist/*",
11+
"zip": "rimraf resources/dist.zip && zip -r resources/dist.zip dist",
1212
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix"
1313
},
1414
"dependencies": {

resources/dist.zip

1.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)