From c2e733d60694d181923884bcde49292752152083 Mon Sep 17 00:00:00 2001 From: Iacami Gevaerd Date: Thu, 4 Feb 2021 16:09:34 -0300 Subject: [PATCH] Update README regarding epsagon on package.json (#93) to remember people that epsagon should be installed NOT as a devDep --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d7891..7c6f6bb 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ functions: ``` ### [Node.js] `Epsagon's Node library must be installed in order to use this plugin!` error: -The plugin verifies that `epsagon` module exists on your `./package.json` before deployment. +The plugin verifies that `epsagon` module exists in your `dependencies` section of your `./package.json` before deployment. In some cases, the `package.json` might be in a different path. You can easily update it using `packageJsonPath` parameter, for example: ```yaml custom: