Skip to content

Commit

Permalink
💄 Fixed repo naming
Browse files Browse the repository at this point in the history
- should not be plural its just weird
  • Loading branch information
ErisDS committed Oct 9, 2018
1 parent af09edb commit 8de363b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -67,4 +67,4 @@ typings/
# OSX
.DS_Store

# Ghost SD Ks Custom
# Ghost SDK Custom
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Ghost SDKs
# Ghost SDK

A collection of tools for interacting with Ghost's APIs.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"private": true,
"repository": "https://github.com/TryGhost/Ghost-SDKs",
"repository": "https://github.com/TryGhost/Ghost-SDK",
"author": "Ghost Foundation",
"license": "MIT",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/html-to-mobiledoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@tryghost/html-to-mobiledoc",
"version": "0.1.2",
"repository": "https://github.com/TryGhost/Ghost-SDKs/tree/master/packages/html-to-mobiledoc",
"repository": "https://github.com/TryGhost/Ghost-SDK/tree/master/packages/html-to-mobiledoc",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 8de363b

Please sign in to comment.