Update package
This commit is contained in:
parent
31be8a2291
commit
ca3da37724
15
package.json
15
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",
|
||||
|
|
Loading…
Reference in New Issue