Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkEye123 committed Aug 20, 2024
1 parent 70b3e9f commit 075f597
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "ventrata-checkout-injector",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"author": "Matej Leško <[email protected]>",
"scripts": {
"dev": "node multiple-entries-config.js --watch",
"build": "node multiple-entries-config.js",
"release": "rm -rf dist; node multiple-entries-config.js; cd dist; zip -r ../ventrata-checkout-injector.zip *; cd ..",
"release": "rm -rf dist ventrata-checkout-injector.zip; node multiple-entries-config.js; cd dist; zip -r ../ventrata-checkout-injector.zip *; cd ..",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
Expand Down
6 changes: 2 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "Ventrata Checkout Injector",
"version": "1.0.0",
"version": "1.0.1",
"description": "Try Ventrata checkout everywhere",
"permissions": [
"background",
"declarativeNetRequest",
"storage",
"scripting",
"activeTab",
"tabs",
"clipboardRead",
"contextMenus"
"tabs"
],
"host_permissions": ["http://*/*", "https://*/*"],
"action": {
Expand Down

0 comments on commit 075f597

Please sign in to comment.