-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
981b776
commit b14ed24
Showing
5 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
@@ -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", | ||
|