chore: remove redundant npm script for dependency-graph (#6583)

Remove the redundant rule for dependency graph as the `src/index.ts` is not required. This was introduced in 64c9c709, but the filestructure has changed from since then and it doesn't work as `src/index.ts` is replaced with `src/node.ts` and `src/web.ts` as per the use case.
This commit is contained in:
Yash Ladha
2020-11-04 21:38:07 +05:30
committed by GitHub
parent 8c98315f40
commit 8690a77a2b
2 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@@ -16,6 +16,5 @@ yarn.lock
/lib
test/coverage.json
temp/
dependency-chart.png
puppeteer-core-*.tgz
new-docs/