Remove legacy extra.map configuration

- Removed extra.map section that was causing duplicate installation paths
- Module will now install correctly to vendor/ directory only
- Magento's component registration handles module loading

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
shopkeeperdev
2025-11-06 14:36:00 -05:00
parent 677b43db02
commit 2b8cf4f0bc

View File

@@ -21,13 +21,5 @@
"name": "Shopkeeper Dev", "name": "Shopkeeper Dev",
"email": "dev@example.com" "email": "dev@example.com"
} }
],
"extra": {
"map": [
[
"",
"app/code/Shopkeeper/VendorNotes"
] ]
]
}
} }