Bump dev (w/ eslint adjustments) (#750)

This commit is contained in:
Jaco
2023-04-10 10:21:15 +03:00
committed by GitHub
parent 0957599bdb
commit c81c08271b
13 changed files with 80 additions and 139 deletions
+2 -2
View File
@@ -5,6 +5,6 @@ import { Keyring } from './Keyring.js';
export { packageInfo } from './packageInfo.js';
const keyring = new Keyring();
export const keyring = new Keyring();
export { Keyring, keyring };
export { Keyring };