0.1.0 • Published 10 years ago

version-sync v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

version-sync Build Status

Synchronous "package.json" version number fetcher for Node.

Getting Started

Install the module with: npm install version-sync

var versionSync = require('version-sync');
versionSync('grunt', require);  // '0.4.2'
versionSync('path', require);   // null

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

  • 0.1.0: Published to NPM on 2014-02-12.
    • Initial release.

License

Copyright (c) 2014 James M. Greene
Licensed under the MIT license.