Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "cpx", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Copy file globs, watching for changes.", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"test:mocha": "mocha test/*.js --compilers js:babel/register --timeout 5000 --colors", | ||
"testing": "npm-run-all clean --parallel testing:build testing:mocha", | ||
"testing": "npm-run-all clean --parallel testing:*", | ||
"testing:build": "npm run build:lib -- --watch --source-maps-inline", | ||
@@ -51,14 +51,14 @@ "testing:mocha": "npm run test:mocha -- --watch --growl" | ||
"devDependencies": { | ||
"babel": "^5.0.8", | ||
"babel": "^5.1.10", | ||
"chai": "^2.2.0", | ||
"eslint": "^0.18.0", | ||
"mocha": "^2.2.1", | ||
"npm-run-all": "^1.1.1", | ||
"eslint": "^0.19.0", | ||
"mocha": "^2.2.4", | ||
"npm-run-all": "^1.2.3", | ||
"rimraf": "^2.3.2", | ||
"through": "^2.3.6" | ||
"through": "^2.3.7" | ||
}, | ||
"dependencies": { | ||
"chokidar": "^1.0.0-rc5", | ||
"chokidar": "^1.0.1", | ||
"duplexer": "^0.1.1", | ||
"glob": "^5.0.3", | ||
"glob": "^5.0.5", | ||
"glob2base": "0.0.12", | ||
@@ -65,0 +65,0 @@ "minimatch": "^2.0.4", |
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
32695
Updatedchokidar@^1.0.1
Updatedglob@^5.0.5