Reorganized the module structure.

This commit is contained in:
2026-02-05 05:55:08 +01:00
parent d098081822
commit 21b469c118
13 changed files with 142 additions and 144 deletions

View File

@@ -14,8 +14,8 @@
},
"exports": {
".": "./src/index.js",
"./azure": "./src/azure.js",
"./graph": "./src/graph.js",
"./devops": "./src/devops.js"
"./azure": "./src/azure/index.js",
"./graph": "./src/graph/index.js",
"./devops": "./src/devops/index.js"
}
}