npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

utils-update

0.1.0

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:1
$ npm install utils-update
DailyWeeklyMonthlyYearly

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

  • github/jonschlinkert

License

Copyright (c) 2013 Jon Schlinkert Licensed under the MIT license.