Skip to content

Commit 1a3856d

Browse files
authored
Merge pull request #63 from Software-Developers-IRL/f/lastlink
tweak schema crawler
2 parents e782416 + 0225675 commit 1a3856d

File tree

6 files changed

+3157
-2700
lines changed

6 files changed

+3157
-2700
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/mbuchoff/Little-Mermaid-2-The-SQL.git"
25+
"url": "git+https://github.com/Software-Developers-IRL/Little-Mermaid-2-The-SQL.git"
2626
},
2727
"author": "",
2828
"license": "ISC",
2929
"bugs": {
30-
"url": "https://github.com/mbuchoff/Little-Mermaid-2-The-SQL/issues"
30+
"url": "https://github.com/Software-Developers-IRL/Little-Mermaid-2-The-SQL/issues"
3131
},
32-
"homepage": "https://github.com/mbuchoff/Little-Mermaid-2-The-SQL#readme",
32+
"homepage": "https://github.com/Software-Developers-IRL/Little-Mermaid-2-The-SQL#readme",
3333
"devDependencies": {
3434
"@types/clear": "^0.1.2",
3535
"@types/figlet": "^1.5.5",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* a command line tool for generating create sql from mermaid erDiagram
33

44
## Getting Started
5-
1. `npm install -g @irl/little-mermaid-2-the-sql`
5+
1. `npm install -g @funktechno/little-mermaid-2-the-sql`
66
1. `npm run littleMermaid2SQL -- -d dbType --src markdownFilePath`
77

88
## Generating Mermaid erDiagram

0 commit comments

Comments
 (0)