Skip to content

Commit

Permalink
remove postbuild step from ecdsa-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Dec 16, 2023
1 parent 263da44 commit aae78f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
4 changes: 4 additions & 0 deletions packages/ecdsa-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@
"directory": "../../dist/packages/ecdsa-sdk"
},
"gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b",
"peerDependencies": {
"pako": "^2.1.0"
},
"tags": [
"universal"
],

"version": "3.0.24",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
Expand Down
27 changes: 0 additions & 27 deletions packages/ecdsa-sdk/postBuild.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ecdsa-sdk/src/lib/ecdsa-sdk.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-nocheck
import pako from 'pako';
import * as pako from 'pako';

// Contants

Expand Down

0 comments on commit aae78f1

Please sign in to comment.