BREAKING CHANGE(core): switch to esm style module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as plugins from './mod.plugins';
|
||||
import * as paths from '../npmci.paths';
|
||||
import * as plugins from './mod.plugins.js';
|
||||
import * as paths from '../npmci.paths.js';
|
||||
|
||||
/**
|
||||
* cleans npmci config files
|
||||
|
||||
Reference in New Issue
Block a user