Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
aa7b37f797 | |||
f7f4ce99ed |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@signature.digital/portablecontract",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"private": false,
|
||||
"description": "a package that defines standard tools for working with contracts.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -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';
|
Reference in New Issue
Block a user