cheminfo / tools

CLI tools to help cheminfo developers
MIT License
2 stars 3 forks source link

chore: resolve to node-resolve #231

Closed kjappelbaum closed 4 years ago

kjappelbaum commented 4 years ago

I ran into a TypeError: resolve is not a function which is basically https://github.com/rollup/plugins/issues/439. This PR incorporates the change recommended there. Background discussed in https://github.com/rollup/plugins/pull/456.