Merge pull request #161 from nomasters/npm-instruction-fix

fixed typo related to npm in CONTRIBUTING.md and updated .gitignore
This commit is contained in:
Lorenzo Setale 2018-07-26 07:28:27 +02:00 committed by GitHub
commit 330e0c7a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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!