Comparing version 2.4.8 to 2.4.9
@@ -18,3 +18,3 @@ var path = require('path'); | ||
files = _.reject(files, function(val, key) { | ||
return /cld\.node$/.test(val) | ||
return /cld\.(node|pdb)$/.test(val) | ||
}); | ||
@@ -21,0 +21,0 @@ |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "2.4.8", | ||
"version": "2.4.9", | ||
"main": "./index", | ||
@@ -43,5 +43,5 @@ "dependencies": { | ||
"engines": { | ||
"node": ">=0.10.0", | ||
"node": ">=0.10.0 <= 10.0.0", | ||
"iojs": ">=1.0.0" | ||
} | ||
} |
# node-cld | ||
[![Build Status](https://secure.travis-ci.org/dachev/node-cld.png)](http://travis-ci.org/#!/dachev/node-cld) | ||
[![*NIX Build Status](https://secure.travis-ci.org/dachev/node-cld.png)](http://travis-ci.org/#!/dachev/node-cld) | ||
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/dachev/node-cld?svg=true&retina=true)](https://ci.appveyor.com/project/dachev/node-cld) | ||
[![Dependencies](https://david-dm.org/dachev/node-cld.png)](https://david-dm.org/dachev/node-cld) | ||
@@ -4,0 +5,0 @@ [![NPM version](https://badge.fury.io/js/cld.svg)](http://badge.fury.io/js/cld) |
Sorry, the diff of this file is not supported yet
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
108735447
74