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.
File renamed without changes.

Diff for: lib/storage/jest.config.js renamed to lib/lib-storage/jest.config.js

+1-1
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.

Diff for: lib/storage/package.json renamed to lib/lib-storage/package.json

+2-2
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.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)