Skip to content

Commit e2680d9

Browse files
authored
Update package.json with correct repo coordinates
1 parent 16b6146 commit e2680d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aem-import-helper",
33
"version": "0.8.0",
44
"description": "Helper tool for importing sites to AEM.",
5-
"author": "blefebvre",
5+
"author": "AEM Importer Team",
66
"license": "Apache-2.0",
77
"type": "module",
88
"main": "src/index.js",
@@ -18,12 +18,12 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/blefebvre/aem-import-helper.git"
21+
"url": "git+https://github.com/adobe/aem-import-helper.git"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/blefebvre/aem-import-helper/issues"
24+
"url": "https://github.com/adobe/aem-import-helper/issues"
2525
},
26-
"homepage": "https://github.com/blefebvre/aem-import-helper#readme",
26+
"homepage": "https://github.com/adobe/aem-import-helper#readme",
2727
"keywords": [
2828
"AEM",
2929
"import",

0 commit comments

Comments
 (0)