File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Works with [vuex](https://github.com/vuejs/vuex) for time-travel debugging:
18
18
19
19
- [ Get the Firefox Addon] ( https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/ )
20
20
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 )
22
22
23
23
- [ Workaround for Safari] ( https://github.com/vuejs/vue-devtools/blob/master/docs/workaround-for-safari.md )
24
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/devtools" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " StandAlone vue-devtools" ,
5
5
"repository" : {
6
6
"url" : " https://github.com/vuejs/vue-devtools.git" ,
20
20
"license" : " MIT" ,
21
21
"dependencies" : {
22
22
"cross-spawn" : " ^5.1.0" ,
23
- "electron" : " ^ 1.7.11" ,
23
+ "electron" : " 1.7.11" ,
24
24
"express" : " ^4.16.2" ,
25
25
"ip" : " ^1.1.5" ,
26
26
"socket.io" : " ^2.0.4"
You can’t perform that action at this time.
0 commit comments