spec icon indicating copy to clipboard operation
spec copied to clipboard

main and ignore are optional, but bower complains if missing

Open huerlisi opened this issue 10 years ago • 1 comments

Since https://github.com/bower/bower/issues/694 has been fixed, bower warns the user when installing modules whose bower.json does not include main and ignore.

But the spec still specifies them as optional. I think these attributes should be marked as required in the spec.

huerlisi avatar Apr 15 '15 14:04 huerlisi

+1. The docs page implies that they're optional: http://bower.io/docs/creating-packages/#bowerjson

Daniel-Hug avatar May 31 '15 05:05 Daniel-Hug