Comparing version 0.0.7 to 0.0.8
@@ -11,3 +11,3 @@ 'use strict'; | ||
function postpublish() { | ||
(0, _child_process.exec)('git clean -d && git checkout .', function (err, stdout) { | ||
(0, _child_process.exec)('git clean -df && git checkout .', function (err, stdout) { | ||
if (err) { | ||
@@ -14,0 +14,0 @@ console.log(err); |
{ | ||
"name": "publishr", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A tool for simultaneous publishing of git and npm packages.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
4346