Comparing version 0.2.0 to 0.2.1
@@ -14,2 +14,3 @@ var extend = require('extend'); | ||
var snapshot_api = require('./api/snapshot.js'); | ||
var downtime_api = require('./api/downtime.js'); | ||
@@ -31,3 +32,4 @@ | ||
service_check_api.prototype, | ||
snapshot_api.prototype); | ||
snapshot_api.prototype, | ||
downtime_api.prototype); | ||
@@ -34,0 +36,0 @@ dogapi.constants = constants; |
{ | ||
"name": "dogapi", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Datadog API Node.JS Client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
48248
1085