Releases: siddharthkp/auto-install
Releases · siddharthkp/auto-install
Fixes bug for import and require used in the same file
Now supports import
and require
in the same file. (#77)
import async from 'async';
require('ava');
Use yarn as your way of installing