File tree Expand file tree Collapse file tree 3 files changed +4
-74
lines changed
.github/ISSUE_TEMPLATE/workflows Expand file tree Collapse file tree 3 files changed +4
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
},
18
18
"devDependencies" : {
19
19
"aegir" : " ^30.3.0" ,
20
+ "copy" : " ^0.3.2" ,
20
21
"lerna" : " ^3.22.1" ,
22
+ "mkdirp" : " ^1.0.4" ,
23
+ "npm-run-all" : " ^4.1.5" ,
21
24
"rimraf" : " ^3.0.2"
22
25
},
23
26
"repository" : {
Original file line number Diff line number Diff line change 17
17
"clean" : " rimraf ./dist" ,
18
18
"lint" : " aegir lint" ,
19
19
"coverage" : " nyc -s aegir test -t node && nyc report --reporter=html" ,
20
- "depcheck" : " aegir dep-check -i mkdirp -i protobufjs -i @types/mocha -i nyc -i npm-run-all -i rimraf -i copy "
20
+ "depcheck" : " aegir dep-check -i mkdirp -i @types/mocha -i nyc"
21
21
},
22
22
"repository" : {
23
23
"type" : " git" ,
38
38
"devDependencies" : {
39
39
"@types/mocha" : " ^8.2.0" ,
40
40
"aegir" : " ^30.3.0" ,
41
- "copy" : " ^0.3.2" ,
42
- "mkdirp" : " ^1.0.4" ,
43
- "npm-run-all" : " ^4.1.5" ,
44
41
"nyc" : " ^15.0.0" ,
45
- "rimraf" : " ^3.0.2" ,
46
42
"uint8arrays" : " ^2.0.5"
47
43
},
48
44
"dependencies" : {
You can’t perform that action at this time.
0 commit comments