File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-devtools" ,
3
- "version" : " 4.1.5-beta.2 " ,
3
+ "version" : " 4.1.5" ,
4
4
"description" : " devtools for Vue.js!" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
13
13
"zip" : " npm run zip:chrome && npm run zip:firefox" ,
14
14
"zip:chrome" : " cd shells && zip -r -FS ../dist/chrome.zip chrome -x *src/* -x *webpack.config.js" ,
15
15
"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}" ,
17
17
"release" : " node release.js && npm run test && npm run build && npm run zip" ,
18
18
"release:beta" : " cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox" ,
19
19
"test" : " npm run lint && npm run test:e2e" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Vue.js devtools" ,
3
- "version" : " 4.1.5.2 " ,
3
+ "version" : " 4.1.5" ,
4
4
"version_name" : " 4.1.5 beta" ,
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