Skip to content

Commit 2994887

Browse files
author
Guillaume Chau
committed
Merge branch 'master' into dev
2 parents 7a109d3 + 25eacf8 commit 2994887

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ node_modules
22
.DS_Store
33
build
44
*.zip
5+
*.xpi
56
tests_output
67
selenium-debug.log
78
TODOs.md
89
.idea
10+
.web-extension-id

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Works with [vuex](https://github.com/vuejs/vuex) for time-travel debugging:
1616

1717
- [Get the Chrome Extension](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) ([beta](https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg))
1818

19-
- [Get the Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/) ([beta](https://addons.mozilla.org/fr/firefox/addon/vuejs-devtools30/))
19+
- [Get the Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/) ([beta](https://github.com/vuejs/vue-devtools/releases))
2020

2121
- [Get standalone Electron app (works with any environment!)](https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md)
2222

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
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}",
1617
"release": "node release.js && npm run test && npm run build && npm run zip",
17-
"release:beta": "cross-env RELEASE_CHANNEL=beta npm run release",
18+
"release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox",
1819
"test": "npm run lint && npm run test:e2e",
1920
"test:e2e": "cross-env PORT=4040 start-server-and-test dev:shell http://localhost:4040 test:e2e:run",
2021
"test:e2e:run": "cypress run --config baseUrl=http://localhost:4040",

0 commit comments

Comments
 (0)