README
Sort the keys in an object
Quickstart
npm i utils-update --save
var pkg = require('package.json');
var bower = require('bower.json');
console.log(update(bower, pkg));
Run the tests
npm i mocha -g
then run:
mocha
Author
Jon Schlinkert
License
Copyright (c) 2013 Jon Schlinkert Licensed under the MIT license.