fix(core): update
This commit is contained in:
parent
dcfa53e40c
commit
f7f4ce99ed
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@signature.digital/portablecontract',
|
||||
version: '1.0.3',
|
||||
version: '1.0.4',
|
||||
description: 'a package that defines standard tools for working with contracts.'
|
||||
}
|
||||
|
@ -1,3 +1 @@
|
||||
import * as plugins from './portablecontract.plugins.js';
|
||||
|
||||
export let demoExport = 'Hi there! :) This is an exported string';
|
||||
export * from './interfaces/index.js';
|
Loading…
Reference in New Issue
Block a user