From 7ce51f8c5fa9cac0148ff0e81157372de902c4e3 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 6 Dec 2018 13:34:31 +0100 Subject: [PATCH] yarn or yarn? => npm --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b6d4c738..99c74091 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -27,7 +27,7 @@ You will need [Node.js](http://nodejs.org) at `v8.0.0+` and [Yarn](https://yarnp After cloning the repo, run: ```bash -$ yarn install # or yarn +$ yarn install # or npm ``` ### Commonly used NPM scripts @@ -91,4 +91,4 @@ There are some other scripts available in the `scripts` section of the `package. - **`src/types`**: contains extra typescript typings including OpenAPI doc typings - **`src/utils`**: utility functions - **`src/styled-components.ts`**: - reexprots styled-components with proper typescript annotations using theme - - **`src/theme.ts`**: - default theme (colors, fonts, etc) used by all the components \ No newline at end of file + - **`src/theme.ts`**: - default theme (colors, fonts, etc) used by all the components