Skip to content

Commit cf7979c

Browse files
committed
Update author information and broken links
Bump version.
1 parent 3d7ba84 commit cf7979c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = function loader(source) {
5252
};
5353
```
5454

55-
This approach cause [critical bugs](https://github.com/artemirq/modify-source-webpack-plugin/issues/59) what led to the rejection from this approach (thanks to [@dreamerblue](https://github.com/dreamerblue) for reporting this).
55+
This approach cause [critical bugs](https://github.com/artembatura/modify-source-webpack-plugin/issues/59) what led to the rejection from this approach (thanks to [@dreamerblue](https://github.com/dreamerblue) for reporting this).
5656

5757
Operations it's a new static way to describe how modules should be modified with the capability of proper caching by webpack.
5858

@@ -237,10 +237,10 @@ new ModifySourcePlugin({
237237

238238
#### :boom: Breaking Change
239239

240-
- [#55](https://github.com/artemirq/modify-source-webpack-plugin/pull/55) Pass full path instead of filename to modify function. [Issue](https://github.com/artemirq/modify-source-webpack-plugin/issues/53)
240+
- [#55](https://github.com/artembatura/modify-source-webpack-plugin/pull/55) Pass full path instead of filename to modify function. [Issue](https://github.com/artembatura/modify-source-webpack-plugin/issues/53)
241241

242242
#### :nail_care: Enhancement
243243

244-
- [#55](https://github.com/artemirq/modify-source-webpack-plugin/pull/55) Support for Webpack 5 and Webpack 4 in one package
244+
- [#55](https://github.com/artembatura/modify-source-webpack-plugin/pull/55) Support for Webpack 5 and Webpack 4 in one package
245245

246-
- [#55](https://github.com/artemirq/modify-source-webpack-plugin/pull/55) Validate incoming options to plugin
246+
- [#55](https://github.com/artembatura/modify-source-webpack-plugin/pull/55) Validate incoming options to plugin

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
![npm version](https://img.shields.io/npm/dt/modify-source-webpack-plugin.svg)
44
![npm version](https://img.shields.io/snyk/vulnerabilities/npm/modify-source-webpack-plugin.svg)
55
![npm version](https://img.shields.io/librariesio/release/npm/modify-source-webpack-plugin.svg)
6-
[![npm version](https://img.shields.io/npm/l/modify-source-webpack-plugin.svg)](https://github.com/artemirq/modify-source-webpack-plugin)
6+
[![npm version](https://img.shields.io/npm/l/modify-source-webpack-plugin.svg)](https://github.com/artembatura/modify-source-webpack-plugin)
77

88
# [modify-source-webpack-plugin](https://www.npmjs.com/package/modify-source-webpack-plugin)
99

10-
Webpack Plugin for modifying modules source.
10+
Webpack plugin for modifying modules source.
1111

1212
## Compatibility
1313

@@ -16,7 +16,7 @@ Webpack Plugin for modifying modules source.
1616
| ^5.0.0 | ^4.0.0 | <p align="center">✅</p> |
1717
| ^4.37.0 | ^4.0.0 | <p align="center">✅</p> |
1818

19-
## [Migration guide](https://github.com/artemirq/modify-source-webpack-plugin/blob/master/CHANGELOG.md#migration-guide-3x-to-4x) from version 3
19+
## [Migration guide](https://github.com/artembatura/modify-source-webpack-plugin/blob/master/CHANGELOG.md#migration-guide-3x-to-4x) from version 3
2020

2121
## Installation
2222

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "modify-source-webpack-plugin",
3-
"version": "4.0.0",
4-
"description": "Webpack Plugin for modifying modules source",
3+
"version": "4.0.1",
4+
"description": "Webpack plugin for modifying modules source",
55
"author": {
66
"name": "Artem Batura",
7-
"email": "artemir.q@gmail.com"
7+
"email": "artembatura.dev@gmail.com"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/artemirq/modify-source-webpack-plugin"
11+
"url": "https://github.com/artembatura/modify-source-webpack-plugin"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/artemirq/modify-source-webpack-plugin/issues"
14+
"url": "https://github.com/artembatura/modify-source-webpack-plugin/issues"
1515
},
1616
"license": "MIT",
1717
"main": "build/index.js",

0 commit comments

Comments
 (0)