collimator
Advanced tools
Comparing version 6.1.0 to 7.0.0
@@ -14,3 +14,3 @@ var pg = require('pg-promise')(); | ||
schema: { | ||
$schema: 'http://json-schema.org/draft-04/schema#', | ||
$schema: 'http://json-schema.org/draft-07/schema#', | ||
title: 'users', | ||
@@ -51,3 +51,3 @@ type: 'object', | ||
schema: { | ||
$schema: 'http://json-schema.org/draft-04/schema#', | ||
$schema: 'http://json-schema.org/draft-07/schema#', | ||
title: 'tasks', | ||
@@ -100,3 +100,3 @@ type: 'object', | ||
schema: { | ||
$schema: 'http://json-schema.org/draft-04/schema#', | ||
$schema: 'http://json-schema.org/draft-07/schema#', | ||
title: 'task_watchers', | ||
@@ -130,3 +130,3 @@ type: 'object', | ||
schema: { | ||
$schema: 'http://json-schema.org/draft-04/schema#', | ||
$schema: 'http://json-schema.org/draft-07/schema#', | ||
title: 'completed_tasks', | ||
@@ -133,0 +133,0 @@ type: 'object', |
@@ -57,3 +57,3 @@ 'use strict'; | ||
return { | ||
$schema: 'http://json-schema.org/draft-04/schema#', | ||
$schema: 'http://json-schema.org/draft-07/schema#', | ||
title: name, | ||
@@ -60,0 +60,0 @@ type: 'object', |
@@ -18,3 +18,3 @@ { | ||
"del": "^2.1.0", | ||
"gulp": "gulpjs/gulp#4.0", | ||
"gulp": "4.0.0", | ||
"gulp-babel": "^6.1.0", | ||
@@ -92,3 +92,3 @@ "gulp-ignore": "^2.0.1", | ||
}, | ||
"version": "6.1.0" | ||
"version": "7.0.0" | ||
} |
873505