Skip to content

Commit

Permalink
Fix organisation in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Dec 8, 2023
1 parent 6d859cc commit 4cae912
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "The Mostly Adequate Guide to Functional Programming",
"dependencies": {
"gitbook-plugin-include-codeblock": "^3.2.2",
"gitbook-plugin-exercises": "git+https://github.com/MostlyAdequate/plugin-exercises.git"
"gitbook-plugin-exercises": "git+https://github.com/MostlyAdequate/plugin-exercises.git",
"gitbook-plugin-include-codeblock": "^3.2.2"
},
"devDependencies": {
"gitbook-cli": "^2.3.2"
Expand All @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/christiantakle/mostly-adequate-guide.git"
"url": "git+https://github.com/MostlyAdequate/mostly-adequate-guide.git"
},
"keywords": [
"gitbook",
Expand All @@ -29,7 +29,7 @@
"author": "Mostly Adequate Core Team",
"license": "CC BY-SA",
"bugs": {
"url": "https://github.com/christiantakle/mostly-adequate-guide/issues"
"url": "https://github.com/MostlyAdequate/mostly-adequate-guide/issues"
},
"homepage": "https://github.com/christiantakle/mostly-adequate-guide#readme"
"homepage": "https://github.com/MostlyAdequate/mostly-adequate-guide#readme"
}

0 comments on commit 4cae912

Please sign in to comment.