My first time building a component for adapt and I'm having issues getting components to appear in the Authoring tool. I've created a minimum test case: a duplicate of the `adapt-contrib-text` component and renamed it `adapt-card`, changed and changed all the old references from "text" to "card".
The authoring tool accepts the upload, recognizing it as a component, but it does not appear in the list of components to add to a course.
It has a valid `properties.schema` along with a valid `bower.json` file, works fine in my local framework (grunt dev). There is not a public repo for this, but I have created a gist of both the bower.json and properties.schema here: https://gist.github.com/aut0poietic/c0a1e89a991037fead01465d021d0def
I've got to be missing something simple at this point. Any guidance for getting past this?