Skip to content

Commit

Permalink
fix(deps): include tslib as dependency
Browse files Browse the repository at this point in the history
to still be able to use modern version (^2.0.0) for other parts of consuming projects
  • Loading branch information
Michael Wittwer committed Jan 26, 2024
1 parent 1ff9814 commit e9cdd2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"tslint:custom-rule:build": "tsc ./tools/tslint/noDynamoNamedImportRule.ts",
"tslint:custom-rule:test": "tslint --test ./tools/tslint/test"
},
"dependencies": {
"tslib": "^1.10.0"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
Expand Down Expand Up @@ -82,7 +85,6 @@
},
"peerDependencies": {
"aws-sdk": "^2.401.0",
"reflect-metadata": "^0.1.12",
"tslib": "^1.10.0"
"reflect-metadata": "^0.1.12"
}
}

0 comments on commit e9cdd2b

Please sign in to comment.