Skip to content

Commit

Permalink
chore(deps): update (webpack#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Sep 2, 2019
1 parent 332242f commit 620a37a
Show file tree
Hide file tree
Showing 3 changed files with 1,058 additions and 1,033 deletions.
10 changes: 9 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,21 @@ module. Thankfully, Github provides a means to do this. Add a dependency to the
```json
{
"devDependencies": {
"schema-utils": "webpack-contrib/schema-utils#{id}/head"
"schema-utils": "webpack/schema-utils#{id}/head"
}
}
```

Where `{id}` is the # ID of your Pull Request.

## Contributor License Agreement

When submitting your contribution, a CLA (Contributor License Agreement) bot will come by to verify that you signed the [CLA](https://cla.js.foundation/webpack/schema-utils).
If it is your first time, it will link you to the right place to sign it.
However, if you have committed your contributions using an email that is not the same as your email used on GitHub, the CLA bot can't accept your contribution.

Run `git config user.email` to see your Git email, and verify it with [your GitHub email](https://github.com/settings/emails).

## Thanks

For your interest, time, understanding, and for following this simple guide.
Loading

0 comments on commit 620a37a

Please sign in to comment.