domready icon indicating copy to clipboard operation
domready copied to clipboard

Please add a bower.json with a "main"

Open adam-lynch opened this issue 9 years ago • 2 comments

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.

adam-lynch avatar Jul 22 '14 10:07 adam-lynch

+1

KATT avatar Aug 21 '14 10:08 KATT

@ded ?

gsouf avatar Mar 20 '17 17:03 gsouf