@zero-tech/zauction-sdk 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zero-tech/zauction-sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "repository": "git@github.com:zer0-os/zAuction-SDK.git",
@@ -17,8 +17,7 @@
17
17
  "lint": "eslint --fix src",
18
18
  "style": "prettier --write ./src/**/*.ts",
19
19
  "test": "mocha -r ts-node/register 'test/**/e2e.test.ts' --exit --timeout 150000",
20
- "typechain": "typechain --target ethers-v5 --out-dir src/contracts/types/ \"abi/**/*.json\"",
21
- "postinstall": "yarn build"
20
+ "typechain": "typechain --target ethers-v5 --out-dir src/contracts/types/ \"abi/**/*.json\""
22
21
  },
23
22
  "devDependencies": {
24
23
  "@typechain/ethers-v5": "7.0.1",