updated CONTRIBUTING instructions for npm, added npm lock file to .gitignore

This commit is contained in:
Nathan Toups 2018-07-25 09:33:05 -06:00
parent f657c36889
commit 60c583c10f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
glyph*.svg
stroke*.svg

View File

@ -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!