From 7a564b577c15f1fbe02a21c1ba170fbb256f36e1 Mon Sep 17 00:00:00 2001 From: xidedix Date: Tue, 22 May 2018 13:14:50 +0200 Subject: [PATCH] fix: minor typos --- .github/CONTRIBUTING.md | 2 +- .gitignore | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5b4ecdab..37d6ae2a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -30,5 +30,5 @@ npm run lint:fix - Add tests in the src/components/\_\_tests\_\_ folder - Register this component in src/index.js - Run lint and tests before commiting anything -- Commit using [Commit Convention](.github/COMMIT_CONVENTION.md) +- Commit using [Commit Convention](./COMMIT_CONVENTION.md) - PR on github diff --git a/.gitignore b/.gitignore index 04dbd97d..599c502d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,10 +15,9 @@ yarn-debug.log* yarn-error.log* # Integrity files -.package-lock.json +package-lock.json .yarn-integrity - # Optional npm cache directory .npm