⬆️ Update Gulp to v4 and make livereload work
[editorial.git] / package.json
index cafaddcf585408e5bc6e6cf3e4294730e2a5069a..32970585ab16d3411188448d5abbb6d30b342a92 100644 (file)
     "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",
         }
     ],
     "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-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": {