ded / domready

lets you know when the dom is ready
MIT License
874 stars 129 forks source link

Please add a bower.json with a "main" #36

Open adam-lynch opened 10 years ago

adam-lynch commented 10 years ago

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.

KATT commented 10 years ago

+1

gsouf commented 7 years ago

@ded ?