this repo has no description

check-npm-deps: add maintainer email

Changed files
+2 -2
packages
opam-check-npm-deps
opam-check-npm-deps.3.0.1
+2 -2
packages/opam-check-npm-deps/opam-check-npm-deps.3.0.1/opam
···
"An opam plugin to check for npm depexts inside the node_modules folder"
description:
"Provides the `opam check-npm-deps` command, which given an opam switch, gathers all the depexts belonging to the npm platform and their version constraints, and checks the `node_modules` folder to see if the constraints are satisfied."
-
maintainer: ["Ahrefs"]
-
authors: ["Javier Chávarri"]
tags: ["melange" "org:ahrefs"]
license: "MIT"
homepage: "https://github.com/ahrefs/opam-check-npm-deps"
···
"An opam plugin to check for npm depexts inside the node_modules folder"
description:
"Provides the `opam check-npm-deps` command, which given an opam switch, gathers all the depexts belonging to the npm platform and their version constraints, and checks the `node_modules` folder to see if the constraints are satisfied."
+
maintainer: ["Javier Chávarri <javier.chavarri@ahrefs.com>"]
+
authors: ["Javier Chávarri <javier.chavarri@ahrefs.com>"]
tags: ["melange" "org:ahrefs"]
license: "MIT"
homepage: "https://github.com/ahrefs/opam-check-npm-deps"