We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d78f4 commit 2193d68Copy full SHA for 2193d68
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@c-collamar/datasync-s3-transfer",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Automate S3 object transfers between buckets via DataSync",
5
"type": "module",
6
"main": "index.js",
@@ -18,5 +18,5 @@
18
"#lib/*.js": "./lib/*.js"
19
},
20
"exports": "./index.js",
21
- "repository": "github:c-collamar/datasync-s3-transfer"
+ "repository": "https://github.com/C-Collamar/datasync-s3-transfer"
22
}
0 commit comments