Skip to content

Commit

Permalink
update opam
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Sep 24, 2024
1 parent 107bcd4 commit ed85b80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions opam-check-npm-deps.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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

0 comments on commit ed85b80

Please sign in to comment.