grunt-update-json icon indicating copy to clipboard operation
grunt-update-json copied to clipboard

Grunt task that updates a JSON file with data from other JSON files. Handy for keeping Bower.json and component.json in sync with package.json.

Results 13 grunt-update-json issues
Sort by recently updated
recently updated
newest added

Hi there We're gladly using grunt-update-json on many of our products. You're using lodash version ~2.x. It contains the vulnerability "prototype pollution", which is fixed in lodash version >= 4.17.12....

Let’s get started with automated dependency management for grunt-update-json :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

It would be nice to be able to access the source path and destination path of the currently modified JSON. It seems currently not possible if you use globbing. Here...

Could you please publish a new release on npm to make this module work with Grunt 1.0 (see #26)? Thank you!

It looks like nothing set in the Gruntfile is carrying through to the task. It's always operating in the [default state](https://github.com/AndreasPizsa/grunt-update-json/blob/master/tasks/update_json_task.js#L20-L30). I'm using: - Node v5.2.0 - grunt-cli v0.1.13 -...

Hi, I'm currently using `grunt-update-json` to update a certain json file with the contents of another file and it works great. However, I am having an issue where certain nodes...

enhancement
help wanted

if key in src gets a removal, dst does not get this change

Hi, I just figured out that there is a small mistake in the example configuration documentation about the bower part and more specifically on the "fields" attribute. You wrote: fields:...

When I wrote `grunt-update-json`, I wanted a very simple way to keep a few files in sync. I'm very happy that it turned out to be useful for other folks...

bug
enhancement
wontfix
help wanted

Those tests should not fail when version is changed. Would be nice to rework them For the record: [breakage](https://github.com/AndreasPizsa/grunt-update-json/commit/47f954fd42d6aa4a2858b9965c570af7685523bf#diff-1), [project page at travis](https://travis-ci.org/AndreasPizsa/grunt-update-json/builds), [PR #18 with fix](https://github.com/AndreasPizsa/grunt-update-json/pull/18)

enhancement
help wanted