X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=package.json;h=32970585ab16d3411188448d5abbb6d30b342a92;hb=189b10e5d29d1307671057f17c670c40da782a8d;hp=0fe87c3af2c80ec8f913a9912b798ecf6cb233bb;hpb=8af2079e4b096e77ba2f922d6a18224ce01cb7bd;p=editorial.git diff --git a/package.json b/package.json index 0fe87c3..3297058 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "demo": "https://editorial.ghost.io", "version": "1.0.0", "engines": { - "ghost": ">=2.0.0" + "ghost": ">=2.0.0", + "ghost-api": "v2" }, "license": "MIT", "screenshots": { @@ -13,7 +14,10 @@ "scripts": { "dev": "gulp", "zip": "gulp zip", - "test": "gscan ." + "pretest": "gulp build", + "test": "gscan .", + "preship": "yarn test", + "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi" }, "author": { "name": "Ghost Foundation", @@ -45,17 +49,17 @@ } ], "devDependencies": { + "beeper": "^1.1.1", "gscan": "^2.0.0", - "gulp": "3.9.1", - "gulp-livereload": "3.8.1", + "gulp": "4.0.0", + "gulp-livereload": "4.0.1", "gulp-sass": "^4.0.2", "gulp-sourcemaps": "^2.6.4", - "gulp-uglify": "3.0.1", - "gulp-watch": "4.3.8", - "gulp-zip": "4.0.0", + "gulp-watch": "5.0.1", + "gulp-zip": "4.2.0", "node-sass": "^4.10.0" }, "config": { - "posts_per_page": 12 + "posts_per_page": 6 } }