Tweaking theme to be compatible with 1.X versions of Ghost
[ghost-theme-willow.git] / package.json
index 235d30223c5e791d844d41485c33da6880599ca6..4fd467cc73b2eb607de424f5c04026463090c34b 100644 (file)
@@ -6,6 +6,12 @@
     "name": "Raivis Vitols",
     "url": "https://raivis.com"
   },
+  "engines": {
+    "ghost": ">=1.0.0"
+  },
+  "config": {
+    "posts_per_page": 9
+  },
   "devDependencies": {
     "grunt": "~1.0.1",
     "grunt-sass": "~1.1.0",