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",
"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",