gulp-awspublish
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "gulp-awspublish", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "gulp plugin to publish files to amazon s3", | ||
@@ -26,4 +26,3 @@ "keywords": [ | ||
"pretest": "npm run lint", | ||
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec", | ||
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" | ||
"test": "mocha" | ||
}, | ||
@@ -34,3 +33,3 @@ "dependencies": { | ||
"clone": "^2.1.2", | ||
"fancy-log": "^1.3.3", | ||
"fancy-log": "^2.0.0", | ||
"lodash.chunk": "^4.2.0", | ||
@@ -46,10 +45,7 @@ "mime-types": "^2.1.21", | ||
"concurrent-transform": "^1.0.0", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.2.0", | ||
"eslint": "^8.7.0", | ||
"event-stream": "^4.0.1", | ||
"gulp": "^4.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^8.4.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"mocha": "^9.1.4", | ||
"prettier": "^2.0.5" | ||
@@ -56,0 +52,0 @@ }, |
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
8
28939
+ Addedfancy-log@2.0.0(transitive)
- Removedansi-gray@0.1.1(transitive)
- Removedfancy-log@1.3.3(transitive)
- Removedparse-node-version@1.0.1(transitive)
- Removedtime-stamp@1.1.0(transitive)
Updatedfancy-log@^2.0.0