jriecken / dependency-graph

A simple dependency graph for Node.js
http://jriecken.github.io/dependency-graph/
MIT License
333 stars 49 forks source link

Types are wrong, causing a breaking change in 0.7.1 #26

Closed rhys-vdw closed 6 years ago

rhys-vdw commented 6 years ago

Types for DepGraph constructor are incorrect.

Here the opts argument is required.

Here it is optional.

jriecken commented 6 years ago

Oops - fixed it (and released version 0.7.2)!

rhys-vdw commented 6 years ago

Cheers. :)