Skip to content

Commit

Permalink
Expose install function (#518)
Browse files Browse the repository at this point in the history
* Expose install function

* Change export to unstable
  • Loading branch information
jlkiri authored Jun 20, 2020
1 parent 630585c commit 22b4362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {CLIFlags, loadAndValidateConfig} from './config.js';
import {readLockfile, clearCache} from './util.js';

export {createConfiguration} from './config.js';
export {install as unstable_installCommand} from './commands/install';

const cwd = process.cwd();

Expand Down

1 comment on commit 22b4362

@vercel
Copy link

@vercel vercel bot commented on 22b4362 Jun 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.