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