jonschlinkert / gray-matter

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert
https://github.com/jonschlinkert
MIT License
3.98k stars 138 forks source link

Not installing with bower #14

Closed smkhalsa closed 9 years ago

smkhalsa commented 9 years ago

When I try to run bower install gray-matter --save I get the following error: bower extend-shallow#^1.1.2 ENORESTARGET No tag found that was able to satisfy ^1.1.2

jonschlinkert commented 9 years ago

thanks for the heads up

jonschlinkert commented 9 years ago

should be fixed. please reopen if you still have issues. thanks for letting me know

StudioLE commented 9 years ago

I'm also having an issue installing with bower

λ bower install gray-matter --save
bower cached        git://github.com/assemble/gray-matter.git#2.0.1
bower validate      2.0.1 against git://github.com/assemble/gray-matter.git#*
bower not-cached    git://github.com/jonschlinkert/extend-shallow.git#^2.0.1
bower resolve       git://github.com/jonschlinkert/extend-shallow.git#^2.0.1
bower ENORESTARGET  No tag found that was able to satisfy ^2.0.1

Additional error details:
Available versions: 2.0.0
jonschlinkert commented 9 years ago

still not working? hmm, I'll look into it, thanks for reporting.

StudioLE commented 9 years ago

Line 15 of bower.json specifies extend-shallow#2.0.1 But according to extend-shallow/releases the current version is 2.0.0

jonschlinkert commented 9 years ago

awesome, thanks for looking into it. I'll get it resolved asap

jonschlinkert commented 9 years ago

ok, should be fixed now. I must have not published the tag. sorry for the confusion.