Comparing version 1.1.0 to 1.2.0
## History | ||
- v1.1 February 6, 2012 | ||
- v1.2.0 February 14, 2012 | ||
- Removed single and multi modes from `exec`, now always returns the same consistent `callback(err,results)` instead | ||
- Added npm scripts | ||
- v1.1.0 February 6, 2012 | ||
- Modularized | ||
@@ -5,0 +9,0 @@ - Added [docco](http://jashkenas.github.com/docco/) docs |
{ | ||
"name": "bal-util", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton", | ||
@@ -58,3 +58,6 @@ "homepage": "https://github.com/balupton/bal-util.npm", | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"main": "./lib/balutil.coffee" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # Balupton's Node.js Utility Functions | ||
[Take a look at its source file here](https://github.com/balupton/bal-util.npm/blob/master/lib/util.coffee#files) | ||
[Take a look at its source here](https://github.com/balupton/bal-util.npm/tree/master/lib#files) | ||
@@ -45,3 +45,3 @@ | ||
Licensed under the [MIT License](https://github.com/balupton/bal-util.npm/blob/master/LICENSE.txt) | ||
Copyright 2011 [Benjamin Arthur Lupton](http://balupton.com) | ||
Licensed under the [MIT License](http://creativecommons.org/licenses/MIT/) | ||
<br/>Copyright © 2011-2012 [Benjamin Arthur Lupton](http://balupton.com) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
257429