File tree Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 3737 "raw-loader" : " ^4.0.2" ,
3838 "terser-webpack-plugin" : " ^5.1.1" ,
3939 "webpack" : " ^5.35.1" ,
40+ "webpack-bundle-analyzer" : " ^4.4.2" ,
4041 "webpack-cli" : " ^4.6.0"
41- }
42+ },
43+ "private" : true ,
44+ "workspaces" : [
45+ " vue-devtools/packages/*"
46+ ]
4247}
Original file line number Diff line number Diff line change 11{
2- "name" : " vue-vconsole-plugin" ,
3- "version" : " 0.0.0" ,
4- "description" : " " ,
5- "main" : " index.js"
2+ "name" : " vue-vconsole-devtools" ,
3+ "version" : " 1.0.2" ,
4+ "description" : " vConsole vue-devtools plugin. Debug vue anywhere" ,
5+ "main" : " ../dist/vue_plugin.js" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/Zippowxk/vue-vconsole-devtools.git"
9+ },
10+ "keywords" : [
11+ " vue-devtools" ,
12+ " vConsole" ,
13+ " vconsole" ,
14+ " vue" ,
15+ " debug" ,
16+ " vue.js" ,
17+ " plugin"
18+ ],
19+ "author" : " xinkai.wang" ,
20+ "license" : " MIT" ,
21+ "bugs" : {
22+ "url" : " https://github.com/Zippowxk/vue-vconsole-devtools/issues"
23+ },
24+ "homepage" : " https://github.com/Zippowxk/vue-vconsole-devtools#readme" ,
625}
You can’t perform that action at this time.
0 commit comments