Comparing version 0.2.3 to 0.2.4
@@ -98,2 +98,4 @@ var Promise = require('promise-polyfill') | ||
request.json = {}; | ||
[ 'get', 'post', 'put', 'delete' ].forEach(function (method) { | ||
@@ -100,0 +102,0 @@ request[method] = function (url, body, headers, opts) { |
{ | ||
"name": "lgutil", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "util function", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
18101
787