Skip to content

Commit 3e6f7f3

Browse files
Loosen aspnet-webpack peerDependency requirement back to cover what it allowed before (so it's not a breaking change)
1 parent 0d83504 commit 3e6f7f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"webpack": "^1.13.2"
3434
},
3535
"peerDependencies": {
36-
"webpack": "^1.13.2 || ^2.2.0 || ^3.0.0"
36+
"webpack": "^1.13.2 || ^2.1.0-beta || ^3.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)