Skip to content

Commit 8043173

Browse files
committed
Package readme: yarn -> npm
1 parent 0985427 commit 8043173

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

packages/gatsby-1-config-css-modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CSS Modules configuration for Gatsby v1 plugins
44

55
## Install
66

7-
`yarn add --dev gatsby-plugin-sass`
7+
`npm install --save-dev gatsby-plugin-sass`
88

99
## How to use
1010

packages/gatsby-plugin-coffeescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Provides drop-in support for CoffeeScript and CJSX.
44

55
## Install
66

7-
`yarn add gatsby-plugin-coffeescript`
7+
`npm install --save gatsby-plugin-coffeescript`
88

99
## How to use
1010

packages/gatsby-plugin-create-client-paths/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use this plugin to simplify creating a “hybrid” Gatsby app with both statica
77
Install:
88

99
```
10-
yarn add gatsby-plugin-create-client-paths
10+
npm install --save gatsby-plugin-create-client-paths
1111
```
1212

1313
Then configure via `gatsby-config.js`:

packages/gatsby-plugin-postcss-sass/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ support.
55

66
## Install
77

8-
`yarn add gatsby-plugin-postcss-sass`
8+
`npm install --save gatsby-plugin-postcss-sass`
99

1010
## How to use
1111

packages/gatsby-plugin-react-css-modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for details.
77

88
## Install
99

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

1212
## How to use
1313

packages/gatsby-plugin-remove-trailing-slashes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ example, `yoursite.com/about/` becomes `yoursite.com/about`.
88
Install:
99

1010
```
11-
yarn add --dev gatsby-plugin-remove-trailing-slashes
11+
npm install --save-dev gatsby-plugin-remove-trailing-slashes
1212
```
1313

1414
Then configure via `gatsby-config.js`.

packages/gatsby-plugin-sass/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Provides drop-in support for SASS/SCSS stylesheets
44

55
## Install
66

7-
`yarn add gatsby-plugin-sass`
7+
`npm install --save gatsby-plugin-sass`
88

99
## How to use
1010

packages/gatsby-plugin-styled-components/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ built-in server-side rendering support.
66

77
## Install
88

9-
`yarn add gatsby-plugin-styled-components styled-components --save`
9+
`npm install --save gatsby-plugin-styled-components styled-components`
1010

1111
## How to use
1212

@@ -25,4 +25,4 @@ module.exports = {
2525
#### v2.0.1
2626

2727
`styled-components` is moved to a peer dependency. Installing the package
28-
alongside `gatsby-plugin-styled-components` is now required. Use `yarn add styled-components --save`
28+
alongside `gatsby-plugin-styled-components` is now required. Use `npm install --save styled-components`

packages/gatsby-plugin-styled-jsx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Provides drop-in support for [styled-jsx](https://github.com/zeit/styled-jsx).
44

55
## Install
66

7-
`yarn add styled-jsx gatsby-plugin-styled-jsx`
7+
`npm install --save styled-jsx gatsby-plugin-styled-jsx`
88

99
## How to use
1010

packages/gatsby-plugin-stylus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Provides drop-in support for Stylus with or without CSS Modules
44

55
## Install
66

7-
`yarn add gatsby-plugin-stylus`
7+
`npm install --save gatsby-plugin-stylus`
88

99
## How to use
1010

0 commit comments

Comments
 (0)