Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b710200

Browse files
author
Samuel Furter
committed
removed old todo and scripts updated in package.json
1 parent 5c1b7cc commit b710200

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@
1515
"bootstrap": "lerna bootstrap",
1616
"install:all": "lerna add",
1717
"remove:all": "lerna exec npm uninstall",
18-
"publish": "lerna publish",
18+
"publish": "npm run clean && npm run bootstrap && npm run travis && lerna publish && npm run docs",
1919
"build": "lerna run build",
2020
"test": "lerna run test",
21-
"coveralls": "cat ./coverage/lcov.info | coveralls",
2221
"test:coverage": "lerna run test -- -- --coverage && istanbul-combine -d coverage -r lcov -r html ./packages/**/coverage-final.json",
23-
"release": "lerna bootstrap; lerna publish; gulp version; gulp; gulp publishTag; git push --tags",
22+
"dtslint": "lerna run dtslint",
2423
"docs": "cd docs; make html;",
25-
"format": "prettier --config ./.prettierrc --write ./packages/**/*.js",
2624
"lint": "eslint --cache --fix .",
27-
"dtslint": "lerna run dtslint",
28-
"travis": "npm run lint && npm run build && npm run test:coverage && npm run dtslint"
25+
"format": "prettier --config ./.prettierrc --write ./packages/**/*.js",
26+
"travis": "npm run lint && npm run build && npm run test:coverage && npm run dtslint",
27+
"coveralls": "cat ./coverage/lcov.info | coveralls"
2928
},
3029
"repository": {
3130
"type": "git",

packages/web3-providers/types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ import * as net from 'net';
2424
import {AbstractWeb3Module} from 'web3-core';
2525
import {AbstractMethod} from 'web3-core-method';
2626

27-
// TODO: Update types
28-
2927
export class BatchRequest {
3028
constructor(moduleInstance: AbstractWeb3Module);
3129

0 commit comments

Comments
 (0)