Skip to content

Commit

Permalink
v1.13.9. Improvement
Browse files Browse the repository at this point in the history
- v1.13.9 October 7, 2012
	- `balUtilPaths` changes:
		- VIM swap files now added to `commonIgnorePatterns`
			- Thanks to [Sean Fridman](https://github.com/sfrdmn) for [pull
request #4](#4)
  • Loading branch information
balupton committed Oct 7, 2012
1 parent eec8cd9 commit 6b6c610
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## History

- v1.13.9 October 7, 2012
- `balUtilPaths` changes:
- VIM swap files now added to `commonIgnorePatterns`
- Thanks to [Sean Fridman](https://github.com/sfrdmn) for [pull request #4](https://github.com/balupton/bal-util/pull/4)

- v1.13.8 October 2, 2012
- `balUtilModules` changes:
- Added `openProcess` and `closeProcess`, and using them in `spawn` and `exec`, used to prevent `EMFILE` errors when there are too many open processes
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bal-util",
"version": "1.13.8",
"version": "1.13.9",
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton",
"homepage": "https://github.com/balupton/bal-util",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,8 @@
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
"Benjamin Lupton <[email protected]> (http://balupton.com)",
"Sean Fridman <[email protected]> (https://github.com/sfrdmn)"
],
"bugs": {
"url": "https://github.com/balupton/bal-util/issues"
Expand Down

0 comments on commit 6b6c610

Please sign in to comment.