cc-api-next
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -49,2 +49,4 @@ const fetch = require('isomorphic-unfetch'); | ||
export default props => (new Api(props)); | ||
module.exports = function(options) { | ||
return new Api(options); | ||
}; |
{ | ||
"name": "cc-api-next", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "cc api next", | ||
@@ -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
1667
40