Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from PikachuEXE/fix/dependency/tslib
Browse files Browse the repository at this point in the history
Specify `tslib` as dependency instead of devDependencies
  • Loading branch information
PrestonN authored Sep 21, 2021
2 parents 6f782cb + d7b106a commit 798f414
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 @@ -53,10 +53,10 @@
"ts-jest": "^25.4.0",
"ts-node": "^8.9.1",
"tsconfig-paths": "^3.9.0",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"dependencies": {
"axios": "^0.21.1"
"axios": "^0.21.1",
"tslib": "^1.11.1"
}
}

0 comments on commit 798f414

Please sign in to comment.