Skip to content

Commit

Permalink
chore: ignore package-lock.json and remove its references (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 22, 2020
1 parent a014aa7 commit 7748472
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Expand Up @@ -79,7 +79,7 @@ In case you are suggesting a new feature, we will match your idea with our curre

## Running Tests

### Using npm
### Using yarn

- Run all the tests with:

Expand Down Expand Up @@ -128,7 +128,7 @@ The [.editorconfig](https://github.com/webpack/webpack-cli/blob/master/.editorco
This is a multi-package repository and dependencies are managed using [lerna](https://lerna.js.org/)
> If you are adding or updating any dependency, please commit the updated `package-lock.json` file.
> If you are adding or updating any dependency, please commit the updated `yarn.lock` file.
## Branching Model
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -38,6 +38,9 @@ lerna-debug.log
# Yeoman file
.yo-rc.json

# package-lock file
package-lock.json

# source maps of docs
docs/**/*.map
junit.xml
Expand Down

0 comments on commit 7748472

Please sign in to comment.