When installing this module with composer it ends up in the vendor directory.

In the composer.json file there is a type defined as library:

{
  "name": "drupal/tikkie",
  "description": "Drupal Tikkie API",
  "type": "library",
}

I think this should be:

{
  "name": "drupal/tikkie",
  "description": "Drupal Tikkie API",
  "type": "drupal-module",
 }
CommentFileSizeAuthor
#4 3077644-4.patch315 bytesscuba_fly
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scuba_fly created an issue. See original summary.

scuba_fly’s picture

Issue summary: View changes
scuba_fly’s picture

Issue summary: View changes
scuba_fly’s picture

Assigned: scuba_fly » Unassigned
Status: Active » Needs review
FileSize
315 bytes
scuba_fly’s picture

Priority: Major » Critical

Marking this as critical since it is impossible to install this module with composer.

Sutharsan’s picture

Status: Needs review » Reviewed & tested by the community

  • scuba_fly authored 11fece3 on 8.x-1.x
    Issue #3077644 by scuba_fly: Make this a drupal module instead of...
Sutharsan’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for your contribution!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.