@@ -20,9 +20,9 @@ Fork, then clone the repo:
2020git clone https://github.com/your-username/elastic-builder.git
2121```
2222
23- Install dependencies using Yarn 1.x (install [ node.js ] [ 2 ] and [ Yarn ] [ 3 ] first if necessary) .
23+ Install dependencies using npm .
2424```
25- yarn install
25+ npm install
2626```
2727
2828### Write code
@@ -36,11 +36,11 @@ elastic-builder is published to npm.
3636### Run tests
3737
3838This project uses eslint for javascript linting and ava for testing. Run
39- linting using ` yarn lint` and run tests using ` yarn test` . Or run both using:
39+ linting using ` npm run lint` and run tests using ` npm run test` . Or run both using:
4040```
41- yarn run check
41+ npm run check
4242```
43- This should take care of formatting as well thanks to [ eslint-plugin-prettier] [ 4 ] .
43+ This should take care of formatting as well thanks to [ eslint-plugin-prettier] [ 3 ] .
4444
4545### (Optional) Add yourself as a contributor
4646
@@ -61,10 +61,9 @@ helpful!
6161
6262If you have any questions about the feature or fix you want to make, or if you
6363have doubts about the approach, or anything else you're not sure about, the best
64- way to get in touch is to [ open an issue] [ 5 ] . I am happy to help out.
64+ way to get in touch is to [ open an issue] [ 4 ] . I am happy to help out.
6565
6666[ 1 ] : https://babeljs.io/docs/learn-es2015/
6767[ 2 ] : https://nodejs.org/
68- [ 3 ] : https://classic.yarnpkg.com/lang/en/docs/install/
69- [ 4 ] : https://github.com/not-an-aardvark/eslint-plugin-prettier
70- [ 5 ] : https://github.com/sudo-suhas/elastic-builder/issues/new
68+ [ 3 ] : https://github.com/not-an-aardvark/eslint-plugin-prettier
69+ [ 4 ] : https://github.com/sudo-suhas/elastic-builder/issues/new
0 commit comments