Update package

This commit is contained in:
John O'Nolan 2018-12-31 01:11:22 +00:00
parent 31be8a2291
commit ca3da37724
1 changed files with 7 additions and 8 deletions

View File

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