Compare commits

...
3 Commits
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -159,6 +159,6 @@ npmconf.load({}, function (err, conf) {
log.verbose('post', (published ? 'Published' : 'Generated') + ' release notes.', release)
})
} else {
log.error('post', 'Command "' + options.argv.remain[0] + '" not recognized. User either "pre" or "post"')
log.error('post', 'Command "' + options.argv.remain[0] + '" not recognized. Use either "pre" or "post"')
}
})
+1 -1
View File
@@ -42,7 +42,7 @@
"nyc": "^6.1.1",
"proxyquire": "^1.7.3",
"rimraf": "^2.5.0",
"standard": "^6.0.3",
"standard": "^7.0.1",
"tap": "^5.0.0"
},
"engines": {