Skip to content

Releases: siddharthkp/auto-install

Fixes bug for import and require used in the same file

06 Nov 11:36
Compare
Choose a tag to compare

Now supports import and require in the same file. (#77)

import async from 'async';
require('ava');

Use yarn as your way of installing

06 Nov 11:40
Compare
Choose a tag to compare

Added --yarn support #75

auto-install --yarn