Skip to content

Commit

Permalink
📝 Revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
nilooy committed Jul 2, 2022
1 parent 7f43741 commit eacf8e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superkeys",
"displayName": "SuperKeys",
"description": "_THIS EXTENSION IS IN ALPHA_ Superkeys allow users to add short keys for websites and make search query in those sites.",
"version": "1.1.0-alpha.0",
"version": "1.0.0-alpha.0",
"private": true,
"scripts": {
"start": "npm run dev:firefox",
Expand Down Expand Up @@ -32,8 +32,8 @@
"post:prod:chrome": "cd releases/$npm_package_version && mv superkeys-* superkeys.chrome.$npm_package_version.zip",
"post:prod:firefox": "cd releases/$npm_package_version && mv superkeys-* superkeys.firefox.$npm_package_version.zip",
"release": "release-it",
"release:alpha": "release-it minor --preRelease=alpha",
"release:beta": "release-it minor --preRelease=beta",
"release:alpha": "release-it patch --preRelease=alpha",
"release:beta": "release-it patch --preRelease=beta",
"prod": "run-s prod:chrome prod:firefox",
"lint": "eslint . --color",
"lint-staged": "lint-staged --allow-empty --config lint-staged.js",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit eacf8e6

Please sign in to comment.