kong-admin-plugin-test-external
Advanced tools
Comparing version 0.0.1-1 to 0.0.1-2
20
index.js
@@ -1,13 +0,11 @@ | ||
return { | ||
default: function () { | ||
return { | ||
headerLinks: [ | ||
{ | ||
position: 2, | ||
text: 'Test Plugin', | ||
to: '/', | ||
} | ||
] | ||
} | ||
const kmpluginTestExternal = function () { | ||
return { | ||
headerLinks: [ | ||
{ | ||
position: 2, | ||
text: 'Test Plugin', | ||
to: '/', | ||
} | ||
] | ||
} | ||
} |
{ | ||
"name": "kong-admin-plugin-test-external", | ||
"version": "0.0.1-1", | ||
"version": "0.0.1-2", | ||
"description": "test plugin", | ||
@@ -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
423
11