Skip to content

Commit e9cdd2b

Browse files
author
Michael Wittwer
committed
fix(deps): include tslib as dependency
to still be able to use modern version (^2.0.0) for other parts of consuming projects
1 parent 1ff9814 commit e9cdd2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"tslint:custom-rule:build": "tsc ./tools/tslint/noDynamoNamedImportRule.ts",
5454
"tslint:custom-rule:test": "tslint --test ./tools/tslint/test"
5555
},
56+
"dependencies": {
57+
"tslib": "^1.10.0"
58+
},
5659
"devDependencies": {
5760
"@commitlint/cli": "^8.1.0",
5861
"@commitlint/config-conventional": "^8.1.0",
@@ -82,7 +85,6 @@
8285
},
8386
"peerDependencies": {
8487
"aws-sdk": "^2.401.0",
85-
"reflect-metadata": "^0.1.12",
86-
"tslib": "^1.10.0"
88+
"reflect-metadata": "^0.1.12"
8789
}
8890
}

0 commit comments

Comments
 (0)