![]() Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.22.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.22.0) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
config | ||
example | ||
src | ||
.babelrc | ||
.editorconfig | ||
.eslintrc | ||
.travis.yml | ||
package.json | ||
README.md | ||
rollup.config.js |
{{name}}
{{description}}
Install
npm install --save {{name}}
Usage
import React, { Component } from 'react'
import MyComponent from '{{name}}'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
{{license}} © {{author}}