File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 16
16
" dist" ,
17
17
" server.d.ts"
18
18
],
19
+ "repository" : {
20
+ "directory" : " packages/core" ,
21
+ "type" : " git" ,
22
+ "url" : " git+https://github.com/vuejs/devtools-next.git"
23
+ },
19
24
"scripts" : {
20
25
"build" : " tsup --clean" ,
21
26
"prepare:type" : " tsup --dts-only" ,
Original file line number Diff line number Diff line change 17
17
" **.d.ts" ,
18
18
" dist"
19
19
],
20
+ "repository" : {
21
+ "directory" : " packages/devtools-kit" ,
22
+ "type" : " git" ,
23
+ "url" : " git+https://github.com/vuejs/devtools-next.git"
24
+ },
20
25
"scripts" : {
21
26
"build" : " tsup --clean" ,
22
27
"prepare:type" : " tsup --dts-only" ,
Original file line number Diff line number Diff line change 15
15
"files" : [
16
16
" dist"
17
17
],
18
+ "repository" : {
19
+ "directory" : " packages/shared" ,
20
+ "type" : " git" ,
21
+ "url" : " git+https://github.com/vuejs/devtools-next.git"
22
+ },
18
23
"scripts" : {
19
24
"build" : " tsup" ,
20
25
"prepare:type" : " tsup --dts-only" ,
You can’t perform that action at this time.
0 commit comments