ci: publish workflow test for v0.1.1

This commit is contained in:
2025-11-09 23:11:15 +05:30
parent cea4fcefae
commit 8f20617d16
7 changed files with 61 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
"name": "neodlp-extension",
"description": "NeoDLP Browser Integration",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "wxt",
@@ -12,7 +12,8 @@
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
"postinstall": "wxt prepare",
"submit": "wxt submit"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",