typeplate/starter-kit

Suggestion: Bower 'main' block

Closed this issue · 0 comments

Hi
Noticed the bower package of typeplate does not have a main block pointing to the files to be imported when running tasks like 'wiredep'.
Something like this would make it much easier to work with, please consider adding them
{
"name": "typeplate-starter-kit",
"version": "2.1.0",
"homepage": "http://typeplate.com",
"description": "A Typographic Starter Kit",
"main": "scss/_typeplate.scss, css/typeplate.scss"
}