Skip to content

Commit fc78b7b

Browse files
author
Guillaume Chau
committed
chore: v4.1.5
1 parent b56353a commit fc78b7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devtools",
3-
"version": "4.1.5-beta.2",
3+
"version": "4.1.5",
44
"description": "devtools for Vue.js!",
55
"main": "index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"zip": "npm run zip:chrome && npm run zip:firefox",
1414
"zip:chrome": "cd shells && zip -r -FS ../dist/chrome.zip chrome -x *src/* -x *webpack.config.js",
1515
"zip:firefox": "web-ext build -s shells/chrome -a dist -i src --overwrite-dest",
16-
"sign:firefox": "web-ext sign -s shells/chrome -a dist -i src --id {f0beaa66-17d0-42e9-b1c9-c52da6252db8}",
16+
"sign:firefox": "cross-env WEB_EXT_API_KEY=VUE_DEVTOOLS_AMO_KEY WEB_EXT_API_SECRET=VUE_DEVTOOLS_AMO_SECRET web-ext sign -s shells/chrome -a dist -i src --id {f0beaa66-17d0-42e9-b1c9-c52da6252db8}",
1717
"release": "node release.js && npm run test && npm run build && npm run zip",
1818
"release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox",
1919
"test": "npm run lint && npm run test:e2e",

shells/chrome/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Vue.js devtools",
3-
"version": "4.1.5.2",
3+
"version": "4.1.5",
44
"version_name": "4.1.5 beta",
55
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {
8-
"16": "icons/16-beta.png",
9-
"48": "icons/48-beta.png",
10-
"128": "icons/128-beta.png"
8+
"16": "icons/16.png",
9+
"48": "icons/48.png",
10+
"128": "icons/128.png"
1111
},
1212
"browser_action": {
1313
"default_icon": {

0 commit comments

Comments
 (0)