freshbooks-classic
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -25,4 +25,6 @@ "use strict"; | ||
// this.invoice = require('./api/invoice')({http}) | ||
// this.item = require('./api/item')({http}) | ||
// this.language = require('./api/language')({http}) | ||
this.item = require('./api/item')({ | ||
http | ||
}); // this.language = require('./api/language')({http}) | ||
// this.payment = require('./api/payment')({http}) | ||
@@ -29,0 +31,0 @@ // this.project = require('./api/project')({http}) |
{ | ||
"name": "freshbooks-classic", | ||
"description": "FreshBooks Classic API wrapper", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "Leonardo Dino", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -14,3 +14,3 @@ import FreshBooksFetch from './utils/fetch' | ||
// this.invoice = require('./api/invoice')({http}) | ||
// this.item = require('./api/item')({http}) | ||
this.item = require('./api/item')({http}) | ||
// this.language = require('./api/language')({http}) | ||
@@ -17,0 +17,0 @@ // this.payment = require('./api/payment')({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
87128
38
1435