cf-component-code
Advanced tools
Comparing version 3.0.2 to 3.0.3
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="3.0.3"></a> | ||
## [3.0.3](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-code@3.0.2...cf-component-code@3.0.3) (2017-09-27) | ||
**Note:** Version bump only for package cf-component-code | ||
<a name="3.0.1"></a> | ||
@@ -7,0 +15,0 @@ ## [3.0.1](https://github.com/cloudflare/cf-ui/compare/cf-component-code@3.0.0...cf-component-code@3.0.1) (2017-08-15) |
{ | ||
"name": "cf-component-code", | ||
"description": "Cloudflare Code Component", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
@@ -6,5 +6,8 @@ # cf-component-code | ||
## Installation | ||
Installation with yarn is recommended | ||
```sh | ||
$ npm install cf-component-code | ||
$ yarn add cf-component-code | ||
``` | ||
@@ -22,3 +25,5 @@ | ||
<div> | ||
<p>Look at this <Code>inline code</Code>!</p> | ||
<p> | ||
Look at this <Code>inline code</Code>! | ||
</p> | ||
<CodeBlock>And this code block!</CodeBlock> | ||
@@ -31,2 +36,5 @@ </div> | ||
export default CodeComponent; | ||
``` | ||
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
17205
38