From 58b29452e37be23010e259e86434cc5475be0980 Mon Sep 17 00:00:00 2001 From: contra Date: Sun, 2 Jul 2017 19:45:24 -0400 Subject: [PATCH] Docs: Replace BetterError with plugin-error reference --- docs/writing-a-plugin/recommended-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-a-plugin/recommended-modules.md b/docs/writing-a-plugin/recommended-modules.md index ca1d7e71b..0b49b39d4 100644 --- a/docs/writing-a-plugin/recommended-modules.md +++ b/docs/writing-a-plugin/recommended-modules.md @@ -10,7 +10,7 @@ Use [replace-ext](https://github.com/wearefractal/replace-ext) #### Errors -Use [BetterError](https://github.com/contra/BetterError) when it is finished +Use [plugin-error](https://github.com/gulpjs/plugin-error) #### String colors