Skip to content

Commit

Permalink
remove node dependency from aem-repo-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-ayala committed Sep 12, 2024
1 parent f559833 commit 253826a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/aem-repo-tool/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "aem-repo-tool",
"version": "1.0.0",
"version": "1.0.1",
"name": "Adobe Experience Manager Repo Tool",
"description": "Setup AEM repo tool, an FTP-like tool for JCR content.",
"options": {
Expand All @@ -13,8 +13,5 @@
"containerEnv": {
"AEM_REPO_TOOL_FEATURE_DIR": "/aem-repo-tool",
"PATH": "/aem-repo-tool:${PATH}"
},
"dependsOn": {
"ghcr.io/devcontainers/features/node:1": {}
}
}

0 comments on commit 253826a

Please sign in to comment.