Skip to content

Commit

Permalink
➕ Add tslib to prod dependencies instead of dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
totigm committed Aug 30, 2022
1 parent 732407b commit a54d3d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"dependencies": {
"deepmerge": "^4.2.2",
"string-similarity": "^4.0.4"
"string-similarity": "^4.0.4",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "^15.6.1",
Expand All @@ -32,7 +33,6 @@
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"ts-node": "^10.0.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"repository": {
Expand Down

0 comments on commit a54d3d2

Please sign in to comment.