Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 3, 2024
1 parent f98b70f commit 900f24c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foerderfunke/matching-engine",
"version": "0.3.6",
"version": "0.3.7",
"description": "Checks eligibilities by validating a user profile against requirement profiles",
"author": "@foerderfunke",
"license": "MIT",
Expand All @@ -10,8 +10,7 @@
"start": "npm run update && node dev/dev.js",
"update": "chmod +x dev/script.sh && ./dev/script.sh",
"server": "node dev/server.js",
"build": "webpack",
"publish": "npm run build && npm publish"
"build": "webpack"
},
"dependencies": {
"@comunica/query-sparql-rdfjs": "^2.10.2",
Expand Down

0 comments on commit 900f24c

Please sign in to comment.