@speed-highlight/core
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "@speed-highlight/core", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection", | ||
@@ -46,5 +46,20 @@ "main": "./dist/index.js", | ||
"homepage": "https://github.com/speed-highlight/core#readme", | ||
"devDependencies": { | ||
"@rollup/plugin-dynamic-import-vars": "^2.0.4", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"rollup": "^2.75.7", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"semantic-release": "^21.0.7" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
@@ -60,9 +75,2 @@ }, | ||
], | ||
"devDependencies": { | ||
"@rollup/plugin-dynamic-import-vars": "^2.0.4", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"rollup": "^2.75.7", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"semantic-release": "^21.0.7" | ||
}, | ||
"typesVersions": { | ||
@@ -69,0 +77,0 @@ "*": { |
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
77394
6