Skip to content

Commit

Permalink
fix: Add tslib as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Dec 2, 2021
1 parent ced42d7 commit 4db9ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
},
"license": "MIT",
"dependencies": {
"client-oauth2": "^4.3.3"
"client-oauth2": "^4.3.3",
"tslib": "^2.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
Expand All @@ -91,7 +92,6 @@
"jest": "^27.4.3",
"minimize-js": "^1.0.0",
"semantic-release": "^18.0.1",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}

0 comments on commit 4db9ea8

Please sign in to comment.