goofballLogic / ld-query

Querying JSON-LD
MIT License
20 stars 6 forks source link

Updating package.json version and adding some child examples #16

Closed gareth-robinson closed 7 years ago

gareth-robinson commented 7 years ago

Updated README.md for some examples of using the child combinator (for issue https://github.com/goofballLogic/ld-query/issues/15)

Also I updated the version to 0.2.1 in this request - my bad, I updated the version on npm to 0.2.0 without having updated the package.json in the repository

goofballLogic commented 7 years ago

I usually just do:

npm version minor
npm publish

or for a bug fix:

npm version patch
npm publish