Skip to content

Commit

Permalink
Remove dtslint from devDependencies and remove dtslint npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Jan 22, 2021
1 parent 3ae1f54 commit 2de2dfa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/web3-eth2-beaconchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"types": "types/index.d.ts",
"scripts": {
"dtslint": "echo 'Skipping dtslint in web3-eth2-beaconchain' && exit 0",
"test": "jest",
"tsc": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
},
Expand All @@ -21,7 +20,6 @@
"@chainsafe/lodestar-types": "^0.13.0",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"dtslint": "^3.4.1",
"jest": "^26.4.2",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
Expand Down
2 changes: 0 additions & 2 deletions packages/web3-eth2-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"types": "types/index.d.ts",
"scripts": {
"dtslint": "echo 'Skipping dtslint in web3-eth2-core' && exit 0",
"test": "jest",
"tsc": "tsc -b tsconfig.json"
},
Expand All @@ -20,7 +19,6 @@
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.14.22",
"dtslint": "^3.4.1",
"jest": "^26.5.3",
"ts-jest": "^26.4.1",
"typescript": "^3.9.5"
Expand Down

0 comments on commit 2de2dfa

Please sign in to comment.