Minor fixes.

This commit is contained in:
Jürg Lehni 2017-04-19 23:34:35 +02:00
parent d638ceb5b5
commit d364c32e6b
2 changed files with 4 additions and 3 deletions

View file

@ -9,9 +9,9 @@
context, e.g. a web browser or worker.
- `paper-jsdom` is a shim module for Node.js, offering headless use with SVG
importing and exporting through [jsdom](https://github.com/tmpvar/jsdom).
- `paper-jsdom-canvas` is a shim module for Node.js, canvas rendering
through [Node-Canvas](https://github.com/Automattic/node-canvas) as well
as SVG importing and exporting through
- `paper-jsdom-canvas` is a shim module for Node.js, offering canvas
rendering through [Node-Canvas](https://github.com/Automattic/node-canvas)
as well as SVG importing and exporting through
[jsdom](https://github.com/tmpvar/jsdom).
### Added

View file

@ -79,6 +79,7 @@ packages.forEach(function(name) {
gulp.task('publish:dist', ['dist']);
gulp.task('publish:commit', function() {
options.resetVersion(); // See 'publish:version'
var message = 'Release version ' + options.version;
return gulp.src('.')
.pipe(git.checkout('develop'))