concat-text-webpack-plugin
Advanced tools
Comparing version 0.1.10 to 0.2.0
{ | ||
"name": "concat-text-webpack-plugin", | ||
"version": "0.1.10", | ||
"version": "0.2.0", | ||
"description": "Concatenate and extract text files.", | ||
@@ -24,7 +24,7 @@ "main": "dist/cjs.js", | ||
}, | ||
"author": "Patrick Lam <patrick.lam@namics.com>", | ||
"author": "Patrick Lam <patrick.lam@emea.merkleinc.com>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/namics/webpack-concat-text-plugin.git" | ||
"url": "git://github.com/merkle-open/webpack-concat-text-plugin.git" | ||
}, | ||
@@ -31,0 +31,0 @@ "dependencies": { |
@@ -123,3 +123,3 @@ [![CI Status][ci-badge]][ci-url] | ||
2. Push the commit and tag to `master` | ||
3. Create a new release on the GitHub [Releases Page](https://github.com/namics/webpack-concat-text-plugin/releases) and specify the existing tag | ||
3. Create a new release on the GitHub [Releases Page](https://github.com/merkle-open/webpack-concat-text-plugin/releases) and specify the existing tag | ||
@@ -136,7 +136,7 @@ A GitHub Action will now test and publish the new release. | ||
[license-url]: http://opensource.org/licenses/MIT | ||
[deps-badge]: https://david-dm.org/namics/webpack-concat-text-plugin/status.svg | ||
[deps-url]: https://david-dm.org/namics/webpack-concat-text-plugin | ||
[ci-badge]: https://github.com/namics/webpack-concat-text-plugin/workflows/Build%20&%20Test/badge.svg | ||
[ci-url]: https://github.com/namics/webpack-concat-text-plugin/actions?query=workflow%3A%22Build+%26+Test%22 | ||
[publish-badge]: https://github.com/namics/webpack-concat-text-plugin/workflows/Publish/badge.svg | ||
[publish-url]: https://github.com/namics/webpack-concat-text-plugin/actions?query=workflow%3APublish | ||
[deps-badge]: https://david-dm.org/merkle-open/webpack-concat-text-plugin/status.svg | ||
[deps-url]: https://david-dm.org/merkle-open/webpack-concat-text-plugin | ||
[ci-badge]: https://github.com/merkle-open/webpack-concat-text-plugin/workflows/Build%20&%20Test/badge.svg | ||
[ci-url]: https://github.com/merkle-open/webpack-concat-text-plugin/actions?query=workflow%3A%22Build+%26+Test%22 | ||
[publish-badge]: https://github.com/merkle-open/webpack-concat-text-plugin/workflows/Publish/badge.svg | ||
[publish-url]: https://github.com/merkle-open/webpack-concat-text-plugin/actions?query=workflow%3APublish |
Sorry, the diff of this file is not supported yet
13121