domready
domready copied to clipboard
Please add a bower.json with a "main"
It's possible to install this with bower straight from GitHub but the bower.json
then would be:
{
"name": "domready",
"homepage": "https://github.com/ded/domready",
"version": "1.0.5",
"_release": "1.0.5",
"_resolution": {
"type": "version",
"tag": "v1.0.5",
"commit": "45fc341b179a5fa6d7ecda5f90e0138847cbd56e"
},
"_source": "git://github.com/ded/domready.git",
"_target": "*",
"_originalSource": "domready"
}
No main
, which is handy for things like main-bower-files.
+1
@ded ?