Skip to content

Commit

Permalink
add rdf-js peerDependency to keep rdf-dereference happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvercr committed Feb 13, 2024
1 parent ca8eb7d commit da3a88d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
27 changes: 19 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"n3": "^1.17.0"
},
"devDependencies": {
"@rdfjs/types": "^1.1.0",
"@rdfjs/types": "*",
"@types/benchmark": "^2.1.5",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
Expand All @@ -38,6 +38,7 @@
"ts-node": "^10.9.1"
},
"peerDependencies": {
"rdf-dereference": "2.x"
"rdf-dereference": "2.x",
"rdf-js": "x"
}
}

0 comments on commit da3a88d

Please sign in to comment.