Skip to content

Commit

Permalink
typechain-target-web3-v1: Fixed warning during yarn install
Browse files Browse the repository at this point in the history
Now
`warning " > typechain-target-web3-v1@1.0.1" has incorrect peer dependency "typechain@1.0.0^".`
Will not appar anymore, as the peerDependency is now specifying correct version
  • Loading branch information
saniales committed Nov 20, 2019
1 parent 76c03c4 commit 3628481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typechain-target-web3-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lodash": "^4.17.15"
},
"peerDependencies": {
"typechain": "1.0.0^"
"typechain": "^1.0.0"
},
"scripts": {
"build": "rm -rf ./dist && cp -R '../../dist/typechain-target-web3-v1/lib' ./dist/",
Expand Down

0 comments on commit 3628481

Please sign in to comment.