From 6fff6b290328116f2496ad58f29b9574e52d867c Mon Sep 17 00:00:00 2001 From: Javier Carrillo Date: Mon, 15 Aug 2016 20:45:46 +0200 Subject: [PATCH 1/2] indentation fix on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928be1a..af61e1b 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(); }); From d1fedf3b3f6553d5479b84abe978ab729bfbed67 Mon Sep 17 00:00:00 2001 From: Javier Carrillo Date: Sun, 12 Feb 2017 12:16:58 +0100 Subject: [PATCH 2/2] docs: fix license --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af61e1b..7b75919 100644 --- a/README.md +++ b/README.md @@ -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",