Allow publishing from dirty working copy.

This commit is contained in:
Alan K 2014-05-27 14:47:52 -04:00
parent 397aa46aa8
commit 808735918e
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ module.exports = function(grunt) {
'npm-publish': {
options: {
abortIfDirty: true
abortIfDirty: false
}
},