Skip to content

Commit e5178d2

Browse files
Update peerDependency on aspnet-webpack-react to allow Webpack 2.2.0+ as well as 1.x
1 parent e4d00a2 commit e5178d2

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/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-react",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Helpers for using Webpack with React in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
55
"main": "index.js",
66
"scripts": {
@@ -32,6 +32,6 @@
3232
"webpack": "^1.12.14"
3333
},
3434
"peerDependencies": {
35-
"webpack": "^1.12.14"
35+
"webpack": "^1.13.2 || ^2.2.0"
3636
}
3737
}

0 commit comments

Comments
 (0)