Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <christian.fries@eecc.de>
  • Loading branch information
F-Node-Karlsruhe committed May 2, 2023
1 parent e32c436 commit c8b7861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vc-notarization",
"version": "1.0.0",
"version": "1.0.1",
"description": "Notarize verifiable credentials on DLT for provability and order",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VerifiableCredential, DLT } from './types';
import { VerifiableCredential, DLT } from './types.js';

import {
notarizeVC,
Expand Down

0 comments on commit c8b7861

Please sign in to comment.