From 2956c6c6e380510520327a9a56e3dfbdaf883e5b Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Wed, 13 Jun 2018 17:52:55 +0700 Subject: [PATCH] fix typo in package.json warning gocryptotrader-web@0.4.0: Potential typo "contributers", did you mean "contributors"? --- web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index 35a79162..1caaf3e6 100644 --- a/web/package.json +++ b/web/package.json @@ -9,7 +9,7 @@ "github": "https://github.com/gloriousCode/", "website": "https://www.gloriousedge.com" }, - "contributers": [{ + "contributors": [{ "name": "Maxime GRIS", "email": "maxime.gris@gmail.com", "github": "https://github.com/maximegris/" @@ -96,4 +96,4 @@ "webdriver-manager": "12.0.6", "zone.js": "^0.8.26" } -} \ No newline at end of file +}