Skip to content

Commit

Permalink
run npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jitsedesmet committed Jan 15, 2025
1 parent 462ce2b commit 705d78e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-1-adjust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comunica/traqula",
"url": "git+https://github.com/comunica/traqula.git",
"directory": "engines/engine-sparql-1-1-adjust"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comunica/traqula",
"url": "git+https://github.com/comunica/traqula.git",
"directory": "engines/engine-sparql-1-1"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comunica/traqula",
"url": "git+https://github.com/comunica/traqula.git",
"directory": "engines/engine-sparql-1-2"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comunica/traqula",
"url": "git+https://github.com/comunica/traqula.git",
"directory": "packages/core"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-sparql-1-1-adjust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comunica/traqula",
"url": "git+https://github.com/comunica/traqula.git",
"directory": "packages/rules-sparql-1-1-adjust"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-sparql-1-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comunica/traqula",
"url": "git+https://github.com/comunica/traqula.git",
"directory": "packages/rules-sparql-1-1"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-sparql-1-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comunica/traqula",
"url": "git+https://github.com/comunica/traqula.git",
"directory": "packages/rules-sparql-1-2"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comunica/traqula",
"url": "git+https://github.com/comunica/traqula.git",
"directory": "packages/test-utils"
},
"bugs": {
Expand Down

0 comments on commit 705d78e

Please sign in to comment.