rehype-prism
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="0.1.1"></a> | ||
### [1.0.2](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v1.0.1...v1.0.2) (2022-03-11) | ||
### Bug Fixes | ||
* peer deps syntax error ([5b4fad9](https://www.github.com/Val-istar-Guo/rehype-prism/commit/5b4fad9eaed11ad2b4dbabfbd244f80c8b8cfbe8)), closes [#7](https://www.github.com/Val-istar-Guo/rehype-prism/issues/7) | ||
### [1.0.1](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v1.0.0...v1.0.1) (2022-03-10) | ||
@@ -8,0 +15,0 @@ |
@@ -30,3 +30,3 @@ { | ||
"description": "The unified plugin used to highlight code block in html with Prism", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"directories": { | ||
@@ -97,5 +97,5 @@ "test": "tests" | ||
"peerDependencies": { | ||
"unified": "^9 | ^10" | ||
"unified": "^9 || ^10" | ||
}, | ||
"types": "lib/index.d.ts" | ||
} |
@@ -30,3 +30,3 @@ { | ||
"description": "The unified plugin used to highlight code block in html with Prism", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"directories": { | ||
@@ -97,5 +97,5 @@ "test": "tests" | ||
"peerDependencies": { | ||
"unified": "^9 | ^10" | ||
"unified": "^9 || ^10" | ||
}, | ||
"types": "lib/index.d.ts" | ||
} |
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
16034