Skip to content

v4.0.0

Choose a tag to compare

@jwerle jwerle released this 05 Nov 23:48
· 39 commits to master since this release

HI 🤙 ,

This release includes a fix for path resolution for repo paths in .kc file. This allows repos to specified loosely (ie node_modules/@datkt) and resolve a fully qualified path using find-up [1] so things like

repo = node_modules/@datkt
library[] = sodium/sodium
library[] = tape/tape

just work (for now 🤷‍♂️)

1 - https://github.com/sindresorhus/find-up