[fix] remove abi-decoder.js

@types
neeboo 6 years ago
parent 12f94f27f8
commit ccadd600f9
  1. 1
      packages/harmony-account/package.json
  2. 4
      packages/harmony-contract/package.json
  3. 1
      packages/harmony-core/package.json
  4. 1
      packages/harmony-crypto/package.json
  5. 1
      packages/harmony-network/package.json
  6. 1
      packages/harmony-transaction/package.json
  7. 1
      packages/harmony-utils/package.json

@ -8,6 +8,7 @@
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

@ -8,6 +8,7 @@
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -21,8 +22,7 @@
"@harmony-js/crypto": "0.0.14",
"@harmony-js/network": "0.0.14",
"@harmony-js/transaction": "0.0.14",
"@harmony-js/utils": "0.0.14",
"abi-decoder": "^1.2.0"
"@harmony-js/utils": "0.0.14"
},
"gitHead": "938a044229b662d99c61e57417d1702d44aa7fe2"
}

@ -8,6 +8,7 @@
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

@ -8,6 +8,7 @@
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

@ -8,6 +8,7 @@
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

@ -8,6 +8,7 @@
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

@ -8,6 +8,7 @@
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

Loading…
Cancel
Save