From ed85b807624db67cd639f425ebe7699670c8e17c Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Tue, 24 Sep 2024 10:46:40 +0000 Subject: [PATCH] update opam --- opam-check-npm-deps.opam | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/opam-check-npm-deps.opam b/opam-check-npm-deps.opam index 70cef1d..e351a87 100644 --- a/opam-check-npm-deps.opam +++ b/opam-check-npm-deps.opam @@ -3,11 +3,12 @@ synopsis: "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"] +maintainer: ["Ahrefs"] authors: ["Javier Chávarri"] +tags: ["melange" "org:ahrefs"] license: "MIT" -homepage: "https://github.com/jchavarri/opam-check-npm-deps" -bug-reports: "https://github.com/jchavarri/opam-check-npm-deps/issues" +homepage: "https://github.com/ahrefs/opam-check-npm-deps" +bug-reports: "https://github.com/ahrefs/opam-check-npm-deps/issues" depends: [ "ocaml" {>= "4.14.0"} "reason" {>= "3.8.1"} @@ -40,5 +41,5 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: "git+https://github.com/jchavarri/opam-check-npm-deps.git" +dev-repo: "git+https://github.com/ahrefs/opam-check-npm-deps.git" flags: plugin