File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-devtools" ,
3
- "version" : " 5.0.0-beta.5 " ,
3
+ "version" : " 5.0.0" ,
4
4
"description" : " devtools for Vue.js!" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
86
86
"engines" : {
87
87
"node" : " >=8.10"
88
88
}
89
- }
89
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Vue.js devtools" ,
3
- "version" : " 5.0.0.5 " ,
4
- "version_name" : " 5.0.0 beta 5 " ,
3
+ "version" : " 5.0.0" ,
4
+ "version_name" : " 5.0.0" ,
5
5
"description" : " Chrome and Firefox DevTools extension for debugging Vue.js applications." ,
6
6
"manifest_version" : 2 ,
7
7
"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"
11
11
},
12
12
"browser_action" : {
13
13
"default_icon" : {
You can’t perform that action at this time.
0 commit comments