redark-theme
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "redark-theme", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A dark theme for Redoc", | ||
@@ -5,0 +5,0 @@ "main": "redark.js", |
@@ -118,4 +118,3 @@ const redark = { | ||
const themeAsString = ` | ||
const redark = { | ||
const themeAsString = `{ | ||
codeBlock: { | ||
@@ -235,4 +234,3 @@ backgroundColor: '#18181b', | ||
}, | ||
}; | ||
`; | ||
}`; | ||
@@ -239,0 +237,0 @@ if (typeof module !== 'undefined' && module.exports) { |
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
7224
244