BREAKING CHANGE(core): switch to esm
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import * as plugins from './nodehash.plugins';
|
||||
import * as plugins from './nodehash.plugins.js';
|
||||
|
||||
export * from './nodehash.sha256';
|
||||
export * from './nodehash.md5';
|
||||
export * from './nodehash.sha256.js';
|
||||
export * from './nodehash.md5.js';
|
||||
|
Reference in New Issue
Block a user