simple-syntax-highlighter
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "simple-syntax-highlighter", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "A Vue.js syntax highlighter that reads the source code you provide and highlights it, for Humans.", | ||
@@ -37,3 +37,3 @@ "author": "Antoni Andre <antoniandre.web@gmail.com>", | ||
"build-bundle": "BUNDLE=true vite build && mv ./dist/style.css ./dist/sshpre.css", | ||
"serve": "vite preview --root docs --base /simple-syntax-highlighter/" | ||
"serve": "vite preview --base /simple-syntax-highlighter/" | ||
}, | ||
@@ -61,7 +61,7 @@ "devDependencies": { | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {} | ||
"pnpm": { | ||
"overrides": { | ||
"postcss@<8.2.13": ">=8.2.13" | ||
} | ||
} | ||
} |
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
48304