Skip to content

Commit

Permalink
chore: update repo to zazuko/Yasgui
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Apr 17, 2024
1 parent 981b776 commit b14ed24
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .changeset/afraid-balloons-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@zazuko/yasgui": patch
"@zazuko/yasgui-utils": patch
"@zazuko/yasqe": patch
"@zazuko/yasr": patch
---

Update Git repository to https://github.com/zazuko/Yasgui
7 changes: 4 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"types": "build/ts/src/index.d.ts",
"license": "MIT",
"author": "Triply <[email protected]>",
"homepage": "https://github.com/TriplyDB/yasgui",
"bugs": "https://github.com/TriplyDB/yasgui/issues",
"homepage": "https://github.com/zazuko/Yasgui",
"bugs": "https://github.com/zazuko/Yasgui/issues",
"repository": {
"type": "git",
"url": "https://github.com/TriplyDB/yasgui.git"
"url": "https://github.com/zazuko/Yasgui.git",
"directory": "packages/utils"
},
"dependencies": {
"@types/node": "^20.10.3",
Expand Down
7 changes: 4 additions & 3 deletions packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@
"types": "build/ts/src/index.d.ts",
"license": "MIT",
"author": "Triply <[email protected]>",
"homepage": "https://github.com/TriplyDB/yasgui",
"homepage": "https://github.com/zazuko/Yasgui",
"keywords": [
"JavaScript",
"SPARQL",
"Editor",
"Semantic Web",
"Linked Data"
],
"bugs": "https://github.com/TriplyDB/yasgui/issues/",
"bugs": "https://github.com/zazuko/Yasgui/issues/",
"repository": {
"type": "git",
"url": "https://github.com/TriplyDB/yasgui.git"
"url": "https://github.com/zazuko/Yasgui.git",
"directory": "packages/yasgui"
},
"scripts": {
"prepublishOnly": "cd ../.. && npm run build"
Expand Down
7 changes: 4 additions & 3 deletions packages/yasqe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "build/ts/src/index.d.ts",
"license": "MIT",
"author": "Triply <[email protected]>",
"homepage": "https://github.com/TriplyDB/yasgui",
"homepage": "https://github.com/zazuko/Yasgui",
"engines": {
"node": ">= 8"
},
Expand All @@ -17,10 +17,11 @@
"Semantic Web",
"Linked Data"
],
"bugs": "https://github.com/TriplyDB/yasgui/issues/",
"bugs": "https://github.com/zazuko/Yasgui/issues/",
"repository": {
"type": "git",
"url": "https://github.com/TriplyDB/yasgui.git"
"url": "https://github.com/zazuko/Yasgui.git",
"directory": "packages/yasqe"
},
"dependencies": {
"@types/lodash-es": "^4.17.3",
Expand Down
7 changes: 4 additions & 3 deletions packages/yasr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "build/ts/src/index.d.ts",
"license": "MIT",
"author": "Triply <[email protected]>",
"homepage": "https://github.com/TriplyDB/yasgui",
"homepage": "https://github.com/zazuko/Yasgui",
"engines": {
"node": ">= 8"
},
Expand All @@ -17,10 +17,11 @@
"Semantic Web",
"Linked Data"
],
"bugs": "https://github.com/TriplyDB/yasgui/issues/",
"bugs": "https://github.com/zazuko/Yasgui/issues/",
"repository": {
"type": "git",
"url": "https://github.com/TriplyDB/yasgui.git"
"url": "https://github.com/zazuko/Yasgui.git",
"directory": "packages/yasr"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.14.0",
Expand Down

0 comments on commit b14ed24

Please sign in to comment.