diff --git a/package.json b/package.json index f453f9d0..afa2a940 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,14 @@ { - "name": "london", - "description": "A minimum, image-centric theme for Ghost.", - "demo": "https://london.ghost.io", + "name": "starter", + "description": "A starter theme for Ghost.", + "demo": "https://starter.ghost.io", "version": "1.0.0", "engines": { "ghost": ">=2.0.0" }, "license": "MIT", "screenshots": { - "desktop": "assets/screenshot-desktop.jpg", - "mobile": "assets/screenshot-mobile.jpg" + "desktop": "assets/screenshot-desktop.jpg" }, "scripts": { "dev": "gulp", @@ -35,10 +34,10 @@ ], "repository": { "type": "git", - "url": "https://github.com/TryGhost/London.git" + "url": "https://github.com/TryGhost/Starter.git" }, - "bugs": "https://github.com/TryGhost/London/issues", - "contributors": "https://github.com/TryGhost/London/graphs/contributors", + "bugs": "https://github.com/TryGhost/Starter/issues", + "contributors": "https://github.com/TryGhost/Starter/graphs/contributors", "devDependencies": { "autoprefixer": "6.3.6", "cssnano": "3.7.1",