Comparing version 1.13.12 to 1.13.13
## History | ||
- v1.13.13 October 26, 2012 | ||
- `balUtilPaths` changes: | ||
- Files that start with `~` are now correctly ignored in `commonIgnorePatterns` | ||
- v1.13.12 October 22, 2012 | ||
@@ -4,0 +8,0 @@ - `balUtilFlow` changes: |
@@ -326,3 +326,3 @@ // Generated by CoffeeScript 1.3.3 | ||
}, | ||
commonIgnorePatterns: /^(\~|(\.(svn|git|hg|DS_Store))|node_modules|CVS|thumbs\.db|desktop\.ini|.+\.swp)$/i, | ||
commonIgnorePatterns: /^((~).*|.*(\.swp)|\.(svn|git|hg|DS_Store)|node_modules|CVS|thumbs\.db|desktop\.ini)$/i, | ||
scandir: function() { | ||
@@ -329,0 +329,0 @@ var args, err, list, options, tasks, tree, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9; |
{ | ||
"name": "bal-util", | ||
"version": "1.13.12", | ||
"version": "1.13.13", | ||
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/balupton/bal-util", |
99169