Open santteegt opened 9 years ago
Hi @santteegt ,
If you want to use the latest version of the library, use the following in your bower.json
:
"angular-jsonld": "*"
However, I just created release 1.0.0
, so you can also link to this version using:
"angular-jsonld":"~1.0.0"
Let us know if you have any other questions.
Best! Alex
@alexdeleon Does this library actually require angular#~1.4.0 or is that just the version of angular that was out when you released v1? What am asking is will angular v1.2 or v1.3 work okay?
Hi @tandrewnichols , that was the latest version when the release, but it should work with current angular 1.x release.
Excellent. Thanks for the fast response!
hi,
I'm trying to use your library in my project, but when i perform a bower install, comes out the following error:
bower angular-jsonld#0.0.x ENORESTARGET No tag found that was able to satisfy 0.0.x
In my bower.json i add an entry as: "angular-jsonld": "~0.0.x"
Why this error appear?
Thanks in advance