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