tree-config-logger
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
var cover = require('gulp-coverage'); | ||
var jsdoc = require('gulp-jsdoc'); | ||
var jsdoc = require('gulp-jsdoc3'); | ||
var subtree = require('gulp-subtree'); | ||
@@ -12,16 +12,6 @@ var del = require('del'); | ||
var opts = { | ||
mocha: { | ||
reporter: 'spec', | ||
globals: [ | ||
'setImmediate', | ||
'clearImmediate' | ||
] | ||
} | ||
}; | ||
gulp.task('test', function(){ | ||
return gulp | ||
.src(['test/*.js']) | ||
.pipe(mocha(opts.mocha)); | ||
.src(['test/*.js'], {read: false}) | ||
.pipe(mocha()); | ||
}); | ||
@@ -36,5 +26,4 @@ | ||
function coverage(tests, output){ | ||
return gulp | ||
.src(tests, {read: false}) | ||
gulp.task('coverage', function(){ | ||
return gulp.src(['test/*.js'], {read: false}) | ||
.pipe(cover.instrument({ | ||
@@ -44,10 +33,6 @@ pattern: ['index.js', 'lib/**.js'], | ||
})) | ||
.pipe(mocha(opts.mocha)) | ||
.pipe(cover.report({ | ||
outFile: output | ||
})); | ||
} | ||
gulp.task('coverage', function(){ | ||
return coverage(['test/*.js'], 'test/coverage.html'); | ||
.pipe(mocha()) | ||
.pipe(cover.gather()) | ||
.pipe(cover.format()) | ||
.pipe(gulp.dest('reports')); | ||
}); | ||
@@ -60,21 +45,9 @@ | ||
gulp.task('make-docs', function(){ | ||
return gulp.src(['index.js', 'lib/**/*.js', 'README.md']) | ||
gulp.task('make-docs', function(cb){ | ||
return gulp.src(['index.js', 'lib/**/*.js', 'README.md'], {read: false}) | ||
.pipe(jsdoc('./docs')); | ||
}); | ||
/* | ||
gulp.task('publish-docs', function(){ | ||
return gulp | ||
.src('docs') | ||
.pipe(subtree({ | ||
remote: 'origin', | ||
branch: 'master', | ||
message: 'Updating docs' | ||
})); | ||
}); | ||
/**/ | ||
gulp.task('docs', ['clean-docs', 'make-docs']); | ||
gulp.task('default', ['test', 'watch']); |
{ | ||
"name": "tree-config-logger", | ||
"description": "TreeConfig logger plugin", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"main": "./index.js", | ||
@@ -18,11 +18,3 @@ "homepage": "https://github.com/abricos/tree-config-logger", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/abricos/tree-config-logger/blob/master/LICENSE" | ||
} | ||
], | ||
"engines": { | ||
"node": ">= 0.10.24" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -34,16 +26,16 @@ "config", | ||
"devDependencies": { | ||
"del": "^1.1.1", | ||
"gulp": "^3.8.10", | ||
"gulp-coverage": "^0.3.32", | ||
"gulp-jsdoc": "^0.1.4", | ||
"gulp-mocha": "^2.0.0", | ||
"del": "^2.2.2", | ||
"gulp": "^3.9.1", | ||
"gulp-coverage": "^0.3.38", | ||
"gulp-jsdoc3": "^1.0.1", | ||
"gulp-mocha": "^4.0.1", | ||
"gulp-subtree": "^0.1.0", | ||
"should": "^4.6.0", | ||
"vinyl-paths": "^1.0.0" | ||
"should": "^11.2.0", | ||
"vinyl-paths": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^1.0.0", | ||
"dateformat": "^1.0.11", | ||
"winston": "^0.9.0" | ||
"chalk": "^1.1.3", | ||
"dateformat": "^2.0.0", | ||
"winston": "^2.3.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8
0
6416
135
+ Addedasync@2.6.4(transitive)
+ Addeddateformat@2.2.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedwinston@2.4.7(transitive)
- Removedarray-find-index@1.0.2(transitive)
- Removedasync@0.9.2(transitive)
- Removedcamelcase@2.1.1(transitive)
- Removedcamelcase-keys@2.1.0(transitive)
- Removedcurrently-unhandled@0.4.1(transitive)
- Removeddateformat@1.0.12(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedfind-up@1.1.2(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-stdin@4.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhosted-git-info@2.8.9(transitive)
- Removedindent-string@2.1.0(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedis-finite@1.1.0(transitive)
- Removedis-utf8@0.2.1(transitive)
- Removedload-json-file@1.1.0(transitive)
- Removedloud-rejection@1.6.0(transitive)
- Removedmap-obj@1.0.1(transitive)
- Removedmeow@3.7.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removednormalize-package-data@2.5.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedparse-json@2.2.0(transitive)
- Removedpath-exists@2.1.0(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedpath-type@1.1.0(transitive)
- Removedpify@2.3.0(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedpkginfo@0.3.1(transitive)
- Removedread-pkg@1.1.0(transitive)
- Removedread-pkg-up@1.0.1(transitive)
- Removedredent@1.0.0(transitive)
- Removedrepeating@2.0.1(transitive)
- Removedresolve@1.22.8(transitive)
- Removedsemver@5.7.2(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedspdx-correct@3.2.0(transitive)
- Removedspdx-exceptions@2.5.0(transitive)
- Removedspdx-expression-parse@3.0.1(transitive)
- Removedspdx-license-ids@3.0.20(transitive)
- Removedstrip-bom@2.0.0(transitive)
- Removedstrip-indent@1.0.1(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedtrim-newlines@1.0.0(transitive)
- Removedvalidate-npm-package-license@3.0.4(transitive)
- Removedwinston@0.9.0(transitive)
Updatedchalk@^1.1.3
Updateddateformat@^2.0.0
Updatedwinston@^2.3.1