From 60c583c10fe5246bc5aa23bd2612523c9fb7656d Mon Sep 17 00:00:00 2001 From: Nathan Toups Date: Wed, 25 Jul 2018 09:33:05 -0600 Subject: [PATCH] updated CONTRIBUTING instructions for npm, added npm lock file to .gitignore --- .gitignore | 1 + CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d53963e..6789b40 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* yarn.lock +package-lock.json glyph*.svg stroke*.svg diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24a83e2..d6f09a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,6 +14,6 @@ Please ensure your pull request adheres to the following guidelines: - Submit products when they are useable, or at a state which has something to show which is awesome in itself. This cuts down on half-finished implementations. - Add the idea to the corresponding file on [`data`](./data) and make sure it matches the format. - You can add a picture to describe your idea on [`./src/static/images`](./src/static/images). -- Make sure to run `node run build:readme` or `yarn build:readme` before submitting the Pull Request. +- Make sure to run `npm run build:readme` or `yarn build:readme` before submitting the Pull Request. Thank you for your suggestions!