Skip to content

Commit

Permalink
Merge pull request #415 from shiftcode/#414-tslib
Browse files Browse the repository at this point in the history
fix(deps): include tslib as dependency
  • Loading branch information
michaelwittwer committed Jan 26, 2024
2 parents 1ff9814 + e9cdd2b commit 2e1ad7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
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 2e1ad7c

Please sign in to comment.