Skip to content

Commit

Permalink
fix: npx command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Jun 6, 2024
1 parent 7722b31 commit 0e589c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "@netwerk-digitaal-erfgoed/ld-workbench",
"type": "module",
"bin": {
"ld-workbench": "build/main.js"
},
"bin": "build/main.js",
"version": "0.0.0-development",
"description": "LDWorkbench is a Linked Data Transformation tool designed to use only SPARQL as transformation language.",
"main": "build/main.js",
Expand Down Expand Up @@ -89,7 +87,7 @@
"@triply/utils": "~3.1.1",
"ajv": "^8.12.0",
"chalk": "^5.3.0",
"glob": "^7.2.3",
"glob": "^10.4.1",
"inquirer": "^9.2.12",
"js-yaml": "^4.1.0",
"lodash.kebabcase": "^4.1.1",
Expand Down

0 comments on commit 0e589c5

Please sign in to comment.