diff --git a/README.md b/README.md index 928be1a..7b75919 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ gulp.task('repl-stop', function (cb) { if (gulp.repl) { gulp.repl.close(); // same as nodejs.org/api/readline.html#readline_rl_close } - cb(); + cb(); }); @@ -162,7 +162,7 @@ $ npm install --save-dev gulp-repl The MIT License (MIT) -Copyright (c) 2015-2016 Javier Carrillo +Copyright (c) 2015-present Javier Carrillo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index ed86ad4..bda67fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-repl", "author": "Javier Carrillo ", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "repository": "https://github.com/stringparser/gulp-repl", "description": "a simple repl for gulp",