craftcms / gatsby-helper

Craft CMS helper plugin for Gatsby.
https://plugins.craftcms.com/gatsby-helper
MIT License
15 stars 6 forks source link

Fix errors in plugin definition #1

Closed monachilada closed 4 years ago

monachilada commented 4 years ago

Description

There was a trailing slash at the end of the extra attributes that meant the composer.json was invalid and unable to be parsed when trying to install the plugin via composer.

Also, the class definition for the plugin was missing.

monachilada commented 4 years ago

@andris-sevcenko Feel free to ignore or change this PR, but so you're aware I needed to make the above (or similar) changes to the naming of the PHP classes to get this to work out of the box.

andris-sevcenko commented 4 years ago

@monachilada I blame reckless local development!

I'll take a closer look sometime this week!

andris-sevcenko commented 4 years ago

Appreciate the fixes!