Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit c2e733d

Browse files
authored
Update README regarding epsagon on package.json (#93)
to remember people that epsagon should be installed NOT as a devDep
1 parent 97a073b commit c2e733d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ functions:
180180
```
181181

182182
### [Node.js] `Epsagon's Node library must be installed in order to use this plugin!` error:
183-
The plugin verifies that `epsagon` module exists on your `./package.json` before deployment.
183+
The plugin verifies that `epsagon` module exists in your `dependencies` section of your `./package.json` before deployment.
184184
In some cases, the `package.json` might be in a different path. You can easily update it using `packageJsonPath` parameter, for example:
185185
```yaml
186186
custom:

0 commit comments

Comments
 (0)