Skip to content

Commit

Permalink
fix: link on package (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Nov 19, 2019
1 parent e15b1ff commit f234364
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ module. Thankfully, Github provides a means to do this. Add a dependency to the
```json
{
"devDependencies": {
"val-loader": "webpack-contrib/val-loader-loader#{id}/head"
"val-loader": "webpack-contrib/val-loader#{id}/head"
}
}
```
Expand All @@ -149,7 +149,7 @@ 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-contrib/val-loader-loader).
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-contrib/val-loader).
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.

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.0](https://github.com/webpack-contrib/val-loader-loader/compare/v1.1.1...v2.0.0) (2019-11-14)
### [2.0.0](https://github.com/webpack-contrib/val-loader/compare/v1.1.1...v2.0.0) (2019-11-14)


### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "2.0.0",
"description": "val loader module for webpack",
"license": "MIT",
"repository": "webpack-contrib/val-loader-loader",
"repository": "webpack-contrib/val-loader",
"author": "Tobias Koppers @sokra",
"homepage": "https://github.com/webpack-contrib/val-loader-loader",
"bugs": "https://github.com/webpack-contrib/val-loader-loader/issues",
"homepage": "https://github.com/webpack-contrib/val-loader",
"bugs": "https://github.com/webpack-contrib/val-loader/issues",
"main": "dist/cjs.js",
"engines": {
"node": ">= 10.13.0"
Expand Down

0 comments on commit f234364

Please sign in to comment.