X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=package.json;h=8e9e0fdbd83aaadad4d96e004cba4663d2040736;hb=HEAD;hp=4f0c162152bfe70f855a101a763088cb7ddad2e5;hpb=7ff01fdac7381d07a67330dd031b28d3545fb9d5;p=editorial.git diff --git a/package.json b/package.json index 4f0c162..8e9e0fd 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "editorial", + "name": "editorial-neil", "description": "This is Editorial, a news-oriented theme for Ghost.", "demo": "https://editorial.ghost.io", - "version": "1.0.0", + "version": "2.0.1", "engines": { - "ghost": ">=2.0.0", - "ghost-api": "v2" + "ghost": ">=3.0.0", + "ghost-api": "v3" }, "license": "MIT", "screenshots": { @@ -14,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", @@ -46,15 +50,15 @@ } ], "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": 6