Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodenMaiden committed Feb 28, 2024
1 parent a9d2c7d commit e77d708
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relfinderreformed",
"version": "0.0.0",
"version": "1.0.0",
"description": "A nestjs API to find relations between entities in a RDF graph",
"author": "Yann POMIE",
"private": true,
Expand Down Expand Up @@ -89,7 +89,10 @@
],
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"reporters": [ "default", "jest-junit" ]
"reporters": [
"default",
"jest-junit"
]
},
"jest-junit": {
"outputDirectory": "reports",
Expand Down

0 comments on commit e77d708

Please sign in to comment.