ellipsis-box
Advanced tools
Comparing version 0.0.1 to 0.0.2
"use strict"; | ||
const Integration = { | ||
sdk: require('sdk'), | ||
files: require('files') | ||
sdk: require('./sdk'), | ||
files: require('./files') | ||
}; | ||
module.exports = Integration; |
{ | ||
"name": "ellipsis-box", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Support for accessing the Box.com API from Ellipsis.", | ||
@@ -5,0 +5,0 @@ "main": "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
3094