Skip to content

Commit 7ee8a7b

Browse files
Update aspnet-webpack peerDependency to allow Webpack 2.1.0beta+ as well as Webpack 1.x
1 parent 64903fe commit 7ee8a7b

File tree

1 file changed

+2
-2
lines changed
  • src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack

1 file changed

+2
-2
lines changed

src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aspnet-webpack",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "Helpers for using Webpack in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
55
"main": "index.js",
66
"scripts": {
@@ -33,6 +33,6 @@
3333
"webpack": "^1.13.2"
3434
},
3535
"peerDependencies": {
36-
"webpack": "^1.13.2"
36+
"webpack": "^1.13.2 || ^2.1.0-beta"
3737
}
3838
}

0 commit comments

Comments
 (0)