Skip to content

Commit 6ffbbaa

Browse files
authored
chore(lib-storage): move lib-storage to lib-storage folder (#2054)
1 parent 4a52076 commit 6ffbbaa

35 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/storage/jest.config.js renamed to lib/lib-storage/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module.exports = {
44
...base,
55
preset: "ts-jest",
66
testEnvironment: "node",
7-
testMatch: ["**/lib/storage/test/**/*.spec.ts?(x)"],
7+
testMatch: ["**/lib/lib-storage/test/**/*.spec.ts?(x)"],
88
};
File renamed without changes.

lib/storage/package.json renamed to lib/lib-storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"react-native": {
5959
"./runtimeConfig": "./src/runtimeConfig.native"
6060
},
61-
"homepage": "https://github.com/trivikr/aws-sdk-js-v3/tree/master/lib/storage",
61+
"homepage": "https://github.com/trivikr/aws-sdk-js-v3/tree/master/lib/lib-storage",
6262
"repository": {
6363
"type": "git",
6464
"url": "https://github.com/aws/aws-sdk-js-v3.git",
65-
"directory": "lib/storage"
65+
"directory": "lib/lib-storage"
6666
}
6767
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)