Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit f234364

Browse files
fix: link on package (#44)
1 parent e15b1ff commit f234364

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ module. Thankfully, Github provides a means to do this. Add a dependency to the
140140
```json
141141
{
142142
"devDependencies": {
143-
"val-loader": "webpack-contrib/val-loader-loader#{id}/head"
143+
"val-loader": "webpack-contrib/val-loader#{id}/head"
144144
}
145145
}
146146
```
@@ -149,7 +149,7 @@ Where `{id}` is the # ID of your Pull Request.
149149

150150
## Contributor License Agreement
151151

152-
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).
152+
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).
153153
If it is your first time, it will link you to the right place to sign it.
154154
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.
155155

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

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

77

88
### Bug Fixes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "2.0.0",
44
"description": "val loader module for webpack",
55
"license": "MIT",
6-
"repository": "webpack-contrib/val-loader-loader",
6+
"repository": "webpack-contrib/val-loader",
77
"author": "Tobias Koppers @sokra",
8-
"homepage": "https://github.com/webpack-contrib/val-loader-loader",
9-
"bugs": "https://github.com/webpack-contrib/val-loader-loader/issues",
8+
"homepage": "https://github.com/webpack-contrib/val-loader",
9+
"bugs": "https://github.com/webpack-contrib/val-loader/issues",
1010
"main": "dist/cjs.js",
1111
"engines": {
1212
"node": ">= 10.13.0"

0 commit comments

Comments
 (0)