Skip to content

Commit

Permalink
fix package command
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside committed Nov 23, 2024
1 parent b18988f commit 385b9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "strophe",
"private": true,
"license": "MIT",
"version": "0.1.0",
"version": "0.1.12",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build --emptyOutDir",
"package": "yarn build && && zip -r dist/strophe.zip dist",
"package": "yarn build && zip -r dist/strophe.zip dist",
"bump": "node scripts/version-bump.mjs",
"lint": "eslint .",
"preview": "vite preview",
Expand Down Expand Up @@ -81,4 +81,4 @@
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-static-copy": "^2.1.0"
}
}
}
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Strophe",
"version": "0.1.10",
"version": "0.1.12",
"description": "Strophe - make newtab a place for your thoughts and notes",
"chrome_url_overrides": {
"newtab": "index.html"
Expand Down

0 comments on commit 385b9f3

Please sign in to comment.