1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/default
dependabot[bot] a2e8ca3b65
chore(deps): bump prismjs
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>
2020-10-25 13:07:14 +00:00
..
config 🚧 Tweaks to CFP template 2019-05-10 08:21:33 +02:00
example chore(deps): bump prismjs 2020-10-25 13:07:14 +00:00
src 🎨 Updated prettier config 2019-08-03 15:03:33 +02:00
.babelrc 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
.editorconfig 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
.eslintrc 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
.travis.yml 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
package.json fix(create-freesewing-pattern) Breaking change in execa 2020-08-14 14:59:36 +02:00
README.md 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
rollup.config.js fix(create-freesewing-pattern) Breaking change in execa 2020-08-14 14:59:36 +02:00

{{name}}

{{description}}

NPM JavaScript Style Guide

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}}