Comparing version 1.8.0 to 1.8.1
{ | ||
"name": "strava-v3", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Simple wrapper for strava v3 api", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/ajsnapshots/node-strava-v3.git" | ||
"url": "https://github.com/unboundev/node-strava-v3.git" | ||
}, | ||
@@ -19,10 +19,10 @@ "keywords": [ | ||
], | ||
"author": "austin brown <austinjbraun@gmail.com> (http://austinjamesbrown.com/)", | ||
"author": "austin brown <austin@unboundev.com> (http://austinjamesbrown.com/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ajsnapshots/node-strava-v3/issues" | ||
"url": "https://github.com/unboundev/node-strava-v3/issues" | ||
}, | ||
"homepage": "https://github.com/ajsnapshots/node-strava-v3", | ||
"homepage": "https://github.com/unboundev/node-strava-v3", | ||
"dependencies": { | ||
"request": "^2.44.0" | ||
"request": "^2.64.0" | ||
}, | ||
@@ -33,5 +33,5 @@ "devDependencies": { | ||
"grunt-simple-mocha": "^0.4.0", | ||
"mocha": "^1.21.4", | ||
"should": "^4.0.4" | ||
"mocha": "^1.21.5", | ||
"should": "^4.6.5" | ||
} | ||
} |
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
61009
Updatedrequest@^2.64.0