Comparing version 0.1.0 to 0.2.0
@@ -5,4 +5,4 @@ (function(root, factory) { | ||
var _ = require('underscore'); | ||
// if in node env you should use request, not reqwest | ||
var req = require('request'); | ||
// if in node env just stub the request | ||
var req = function() {}; | ||
factory(root, exports, _, req); | ||
@@ -9,0 +9,0 @@ |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"engines": { | ||
@@ -20,4 +20,3 @@ "node": ">=0.2.6" | ||
"gulp-jasmine": "~1.0.1", | ||
"underscore": "~1.7.0", | ||
"request": "2.48.0" | ||
"underscore": "~1.7.0" | ||
}, | ||
@@ -24,0 +23,0 @@ "repository": { |
@@ -5,4 +5,4 @@ (function(root, factory) { | ||
var _ = require('underscore'); | ||
// if in node env you should use request, not reqwest | ||
var req = require('request'); | ||
// if in node env just stub the request | ||
var req = function() {}; | ||
factory(root, exports, _, req); | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
200532