This commit is contained in:
Kevin Sawicki
2013-10-21 20:11:04 -07:00
parent 7bee816c19
commit 4d035b148d

View File

@@ -44,10 +44,11 @@ module.exports = (grunt) ->
url: "#{baseUrl}/#{packageName}/versions"
json: true
method: 'POST'
body:
tag: tag
headers:
authorization: token
body:
tag: tag
request.get requestSettings, (error, response, body={}) ->
if error?
callback(error)