From 7bab67deff06391ba9fc3a9aaf726dcd2556f536 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Sun, 24 May 2015 16:31:14 -0700 Subject: [PATCH] Upping version to 0.6.2 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e05da78e..70d0b06e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "0.6.1", + "version": "0.6.2", "repository": { "type": "git", "url": "https://github.com/cmmcleod/coriolis" @@ -15,6 +15,7 @@ "gulp-concat": "^2.5.2", "gulp-htmlmin": "^1.1.1", "gulp-jshint": "^1.10.0", + "gulp-jsonlint": "^1.0.2", "gulp-less": "^3.0.2", "gulp-minify-css": "^1.0.0", "gulp-rev-all": "^0.8.18",