choojs / bankai

:station: - friendly web compiler
Apache License 2.0
1.09k stars 102 forks source link

deps: add missing dependency `resolve` #471

Closed jbergstroem closed 6 years ago

jbergstroem commented 6 years ago

This is a 🐛 bug fix.

Found while using pnpm - an alternative package manager that is more strict during resolving dependency chains. Guessing it got pulled somehow using when npm.

We require resolve in lib/graph-document.js but is missing from packages.json.

Checklist

Semver Changes

Patch or minor.

yoshuawuyts commented 6 years ago

v9.11.1