Compare commits

...
5 Commits
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -52,6 +52,7 @@ npmconf.load({}, function (err, conf) {
auth: {
token: env.NPM_TOKEN
},
cafile: conf.get('cafile'),
loglevel: conf.get('loglevel'),
registry: require('../src/lib/get-registry')(pkg, conf),
tag: (pkg.publishConfig || {}).tag || conf.get('tag') || 'latest'
@@ -159,6 +160,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": {