File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
"proto:spanner" : " mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/spanner/v1/spanner.proto | pbts -o proto/spanner.d.ts -" ,
50
50
"proto:spanner_instance_admin" : " pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/spanner/admin/instance/v1/spanner_instance_admin.proto | pbts -o proto/spanner_instance_admin.d.ts -" ,
51
51
"proto:spanner_database_admin" : " pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/spanner/admin/database/v1/spanner_database_admin.proto | pbts -o proto/spanner_database_admin.d.ts -" ,
52
- "docs-test" : " blcl docs -r --exclude www.googleapis.com" ,
52
+ "docs-test" : " linkinator docs -r --skip www.googleapis.com" ,
53
53
"predocs-test" : " npm run docs"
54
54
},
55
55
"dependencies" : {
118
118
"typescript" : " ~3.3.0" ,
119
119
"uuid" : " ^3.3.2" ,
120
120
"yargs" : " ^13.0.0" ,
121
- "broken-link-checker-local " : " ^0.2.0 "
121
+ "linkinator " : " ^1.1.2 "
122
122
}
123
123
}
You can’t perform that action at this time.
0 commit comments