X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=package.json;h=1db70e3db37a4cacd2193e3d3dc4698e48629c0b;hb=e566c0eb959e9fef1db830fc83e3c5c218bcb5ec;hp=0fe87c3af2c80ec8f913a9912b798ecf6cb233bb;hpb=8af2079e4b096e77ba2f922d6a18224ce01cb7bd;p=editorial.git diff --git a/package.json b/package.json index 0fe87c3..1db70e3 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,10 @@ "name": "editorial", "description": "This is Editorial, a news-oriented theme for Ghost.", "demo": "https://editorial.ghost.io", - "version": "1.0.0", + "version": "2.0.0", "engines": { - "ghost": ">=2.0.0" + "ghost": ">=3.0.0", + "ghost-api": "v3" }, "license": "MIT", "screenshots": { @@ -13,7 +14,11 @@ "scripts": { "dev": "gulp", "zip": "gulp zip", - "test": "gscan ." + "pretest": "gulp build", + "test": "gscan .", + "test:ci": "gscan --fatal --verbose .", + "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 +50,17 @@ } ], "devDependencies": { - "gscan": "^2.0.0", - "gulp": "3.9.1", - "gulp-livereload": "3.8.1", + "beeper": "2.0.0", + "gscan": "3.4.0", + "gulp": "4.0.2", + "gulp-livereload": "4.0.2", "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", - "node-sass": "^4.10.0" + "gulp-watch": "5.0.1", + "gulp-zip": "5.0.1", + "node-sass": "4.13.1" }, "config": { - "posts_per_page": 12 + "posts_per_page": 6 } }