Comparing version 1.0.2 to 1.0.3
@@ -262,2 +262,12 @@ 'use strict'; | ||
gulp.task('changelog', function () { | ||
return gulp.src('CHANGELOG.md', { | ||
buffer: false | ||
}) | ||
.pipe($.conventionalChangelog({ | ||
preset: 'angular' | ||
})) | ||
.pipe(gulp.dest('./')); | ||
}); | ||
gulp.task('clean', function (cb) { | ||
@@ -275,4 +285,8 @@ del([tempDir, distDir], cb); | ||
gulp.task('release', ['default'], function (cb) { | ||
runSequence('changelog', cb); | ||
}); | ||
gulp.task('test:travis', ['build'], function (cb) { | ||
runSequence('test:sauce', 'test:mocha', 'test:mocha.es6', cb); | ||
}); |
{ | ||
"name": "typemoq", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple mocking library for TypeScript", | ||
@@ -49,2 +49,3 @@ "author": "Florin Nitoi <florin.nitoi@gmail.com>", | ||
"gulp-concat": "^2.4.3", | ||
"gulp-conventional-changelog": "^1.1.0", | ||
"gulp-load-plugins": "^0.5.0", | ||
@@ -72,4 +73,4 @@ "gulp-rename": "^1.2.0", | ||
"engines": { | ||
"node": "^6.0.45" | ||
"node": ">=6.0.0" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
5321
373418
28
1
0