Comparing version 2.0.0 to 2.0.1
@@ -26,2 +26,3 @@ 'use strict'; | ||
opts.paths = opts.paths || ['tests', 'package.json']; | ||
if (opts.type === 'major') return callback(null, true); | ||
_child_process.exec('git fetch --tags', function (error, stdout, stderr) { | ||
@@ -28,0 +29,0 @@ if (error) return callback('could not fetch tags'); |
@@ -11,2 +11,3 @@ import {exec, spawn} from 'child_process' | ||
opts.paths = opts.paths || ['tests', 'package.json'] | ||
if (opts.type === 'major') return callback(null, true) | ||
exec('git fetch --tags', (error, stdout, stderr) => { | ||
@@ -13,0 +14,0 @@ if (error) return callback('could not fetch tags') |
{ | ||
"name": "cracks", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "breaking change detection", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9779
166