Skip to content

Commit

Permalink
Package readme: yarn -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
giladronat committed Mar 24, 2018
1 parent 0985427 commit 8043173
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-1-config-css-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CSS Modules configuration for Gatsby v1 plugins

## Install

`yarn add --dev gatsby-plugin-sass`
`npm install --save-dev gatsby-plugin-sass`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-coffeescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides drop-in support for CoffeeScript and CJSX.

## Install

`yarn add gatsby-plugin-coffeescript`
`npm install --save gatsby-plugin-coffeescript`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-create-client-paths/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use this plugin to simplify creating a “hybrid” Gatsby app with both statica
Install:

```
yarn add gatsby-plugin-create-client-paths
npm install --save gatsby-plugin-create-client-paths
```

Then configure via `gatsby-config.js`:
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-postcss-sass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ support.

## Install

`yarn add gatsby-plugin-postcss-sass`
`npm install --save gatsby-plugin-postcss-sass`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-react-css-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for details.

## Install

`yarn add gatsby-plugin-react-css-modules`
`npm install --save gatsby-plugin-react-css-modules`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-remove-trailing-slashes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ example, `yoursite.com/about/` becomes `yoursite.com/about`.
Install:

```
yarn add --dev gatsby-plugin-remove-trailing-slashes
npm install --save-dev gatsby-plugin-remove-trailing-slashes
```

Then configure via `gatsby-config.js`.
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides drop-in support for SASS/SCSS stylesheets

## Install

`yarn add gatsby-plugin-sass`
`npm install --save gatsby-plugin-sass`

## How to use

Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ built-in server-side rendering support.

## Install

`yarn add gatsby-plugin-styled-components styled-components --save`
`npm install --save gatsby-plugin-styled-components styled-components`

## How to use

Expand All @@ -25,4 +25,4 @@ module.exports = {
#### v2.0.1

`styled-components` is moved to a peer dependency. Installing the package
alongside `gatsby-plugin-styled-components` is now required. Use `yarn add styled-components --save`
alongside `gatsby-plugin-styled-components` is now required. Use `npm install --save styled-components`
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-jsx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides drop-in support for [styled-jsx](https://github.com/zeit/styled-jsx).

## Install

`yarn add styled-jsx gatsby-plugin-styled-jsx`
`npm install --save styled-jsx gatsby-plugin-styled-jsx`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-stylus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides drop-in support for Stylus with or without CSS Modules

## Install

`yarn add gatsby-plugin-stylus`
`npm install --save gatsby-plugin-stylus`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides drop-in support for TypeScript and TSX.

## Install

`yarn add gatsby-plugin-typescript typescript`
`npm install --save gatsby-plugin-typescript typescript`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-faker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a plugin that allows you to use [faker.js](https://github.com/marak/Fake
Install `gatsby-source-faker`

```
yarn add gatsby-source-faker
npm install --save gatsby-source-faker
```

or
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-react-docgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Parses inline component-documentation using
## Install

```
yarn add gatsby-transformer-react-docgen
npm install --save gatsby-transformer-react-docgen
```

## Usage
Expand Down

0 comments on commit 8043173

Please sign in to comment.