utils-update

0.1.0 • Public • Published

utils-update NPM version

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.

Package Sidebar

Install

npm i utils-update

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • doowb
  • jonschlinkert