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.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i utils-update

    Weekly Downloads

    0

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • doowb
    • jonschlinkert