If I use the npm package scope @foo for npm forks, I should be able to tell Indo to treat @foo/bar as a suitable alias for bar (assuming vendor/@foo/bar exists and vendor/bar does not).
Current workaround: Set "alias": { "bar": "@foo/bar" } in the local .indo.json file
If I use the npm package scope
@foofor npm forks, I should be able to tell Indo to treat@foo/baras a suitable alias forbar(assumingvendor/@foo/barexists andvendor/bardoes not).Current workaround: Set
"alias": { "bar": "@foo/bar" }in the local.indo.jsonfile