apim-docs-lib
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -5,6 +5,6 @@ | ||
module.exports = { | ||
init: require('a127-magic').init, | ||
middleware: require('a127-magic').middleware, | ||
resource: require('a127-magic').resource, | ||
config: require('a127-magic').config | ||
init: require('a127-magic-customized').init, | ||
middleware: require('a127-magic-customized').middleware, | ||
resource: require('a127-magic-customized').resource, | ||
config: require('a127-magic-customized').config | ||
}; |
{ | ||
"name": "apim-docs-lib", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "customize template for mobile api documentation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
32141