Skip to content

Commit

Permalink
fix: move tslib from peerDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vlapo committed Apr 23, 2020
1 parent c4b29b9 commit 827eff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@
"typescript",
"typescript-validator"
],
"peerDependencies": {
"tslib": ">=1.9.0"
},
"dependencies": {
"@types/validator": "13.0.0",
"google-libphonenumber": "^3.2.8",
"tslib": ">=1.9.0",
"validator": "13.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 827eff1

Please sign in to comment.