complete modular transition

This commit is contained in:
2017-05-19 12:09:33 +02:00
parent cf41e81153
commit 7c5cafeb1b
38 changed files with 234 additions and 153 deletions

View File

@ -1,10 +1,10 @@
import * as plugins from './npmci.plugins'
import * as configModule from './npmci.config'
import * as plugins from './mod.plugins'
import * as configModule from '../npmci.config'
import {
bash,
bashNoError,
nvmAvailable,
yarnAvailable } from './npmci.bash'
yarnAvailable } from '../npmci.bash'
/**
* Install a specific version of node

View File

@ -0,0 +1 @@
export * from '../npmci.plugins'