We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2453d5f commit cc7d3f7Copy full SHA for cc7d3f7
1 file changed
Ng2Webpack/project.json
@@ -3,7 +3,7 @@
3
"title": "NG2 Webpack",
4
"description": "Angular2 (NG2) Webpack middleware for painlessly using Webpack bundling in an ASP.NET Core applications.",
5
"language": "en-US",
6
- "authors": [ "Thomas Brian", "Charalampos Karypidis" ],
+ "authors": [ "Thomas Brian" ],
7
8
"packOptions": {
9
"tags": [ "webpack", "webpack-dev-server", "module-bundling" ],
@@ -13,7 +13,7 @@
13
"url": "https://github.com/tdbrian/ng2-dotnet-core-webpack"
14
},
15
"licenseUrl": "https://opensource.org/licenses/MIT",
16
- "iconUrl": "http://webpack.github.io/assets/favicon.png",
+ "iconUrl": "https://tdbrian.github.io/ng2-dotnet-core-webpack/images/ng2-webpack-icon.png",
17
"owners": [ "Thomas Brian" ]
18
19
0 commit comments