Skip to content

Commit 6ce2615

Browse files
committed
chore(shared-ini-file-loader): move @aws-sdk/types to normal dep
1 parent 057f686 commit 6ce2615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/shared-ini-file-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/shared-ini-file-loader",
33
"version": "3.178.0",
44
"dependencies": {
5-
"tslib": "^2.3.1"
5+
"tslib": "^2.3.1",
6+
"@aws-sdk/types": "*"
67
},
78
"devDependencies": {
8-
"@aws-sdk/types": "*",
99
"@tsconfig/recommended": "1.0.1",
1010
"@types/node": "^10.0.0",
1111
"concurrently": "7.0.0",

0 commit comments

Comments
 (0)