Comparing version 1.13.8 to 1.13.9
## 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 | ||
@@ -4,0 +9,0 @@ - `balUtilModules` changes: |
@@ -326,3 +326,3 @@ // Generated by CoffeeScript 1.3.3 | ||
}, | ||
commonIgnorePatterns: /^(\~|(\.(svn|git|hg|DS_Store))|node_modules|CVS|thumbs\.db|desktop\.ini)$/i, | ||
commonIgnorePatterns: /^(\~|(\.(svn|git|hg|DS_Store))|node_modules|CVS|thumbs\.db|desktop\.ini|.+\.swp)$/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.8", | ||
"version": "1.13.9", | ||
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton", | ||
@@ -32,3 +32,4 @@ "homepage": "https://github.com/balupton/bal-util", | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"Sean Fridman <fridman@mail.sfsu.edu> (https://github.com/sfrdmn)" | ||
], | ||
@@ -35,0 +36,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96544