freshbooks-classic
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -14,2 +14,5 @@ "use strict"; | ||
this.callback = require('./api/Callback')({ | ||
http | ||
}); | ||
this.client = require('./api/client')({ | ||
@@ -16,0 +19,0 @@ http |
{ | ||
"name": "freshbooks-classic", | ||
"description": "FreshBooks Classic API wrapper", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": "Leonardo Dino", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -8,2 +8,3 @@ import FreshBooksFetch from './utils/fetch' | ||
// this.category = require('./api/Category')({http}) | ||
this.callback = require('./api/Callback')({http}) | ||
this.client = require('./api/client')({http}) | ||
@@ -10,0 +11,0 @@ this.estimate = require('./api/estimate')({http}) |
Sorry, the diff of this file is not supported yet
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
82440
35
1333