-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
|