Skip to content

Commit 6ea4240

Browse files
michalsnikGuillaume Chau
authored andcommitted
Update electron shell (#586)
* Update link copy to electron shell * Lock electron version
1 parent 871346c commit 6ea4240

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

1919
- [Get the Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
2020

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

2323
- [Workaround for Safari](https://github.com/vuejs/vue-devtools/blob/master/docs/workaround-for-safari.md)
2424

shells/electron/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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "StandAlone vue-devtools",
55
"repository": {
66
"url": "https://github.com/vuejs/vue-devtools.git",
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"cross-spawn": "^5.1.0",
23-
"electron": "^1.7.11",
23+
"electron": "1.7.11",
2424
"express": "^4.16.2",
2525
"ip": "^1.1.5",
2626
"socket.io": "^2.0.4"

0 commit comments

Comments
 (0)