Skip to content

Commit ec226f8

Browse files
author
ScriptedAlchemy
committed
fix: update readme and change license
1 parent 3911b87 commit ec226f8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626
<img src="docs/webpack-external-import.png" width="40%" alt="webpack-external-import" />
2727
</p>
2828

29-
> This project has been proposed for implementation into the Webpack core (with some rewrites and refactors). Track the progress and share the issue for wider exposure if you are interested in seeing this become part of Webpack. I believe a system like this would offer great benefits for the JavaScript community. Fingers crossed! https://github.com/webpack/webpack/issues/10352
29+
> This project has been rewritten into the Webpack core. Its far more stable and available on npm [email protected] https://github.com/webpack/webpack/issues/10352
3030
31-
> ### ⚠️ This project is under active development ⚠️
31+
> ### ⚠️ This project no longer under development as been enhanced in the webpack 5 core ⚠️
32+
> ### See the examples on module federation in webpack 5
3233
3334
\*\*To jump to the _development_ section [click here](#development--debugging)
3435

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webpack-external-import",
33
"description": "dynamic import() external urls!",
4-
"version": "0.0.0-development",
4+
"version": "2.3.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/ScriptedAlchemy/webpack-external-import.git"
@@ -52,7 +52,7 @@
5252
"semantic-release": "semantic-release",
5353
"commit": "npx git-cz"
5454
},
55-
"license": "BSD-3-Clause",
55+
"license": "MIT",
5656
"devDependencies": {
5757
"@babel/cli": "7.8.4",
5858
"@babel/core": "7.8.4",

0 commit comments

Comments
 (0)