Update peerDependency on aspnet-webpack-react to allow Webpack 2.2.0+ as well as 1.x

This commit is contained in:
SteveSandersonMS
2017-01-27 15:32:19 +00:00
parent e4d00a2da3
commit e5178d2938

View File

@@ -1,6 +1,6 @@
{ {
"name": "aspnet-webpack-react", "name": "aspnet-webpack-react",
"version": "1.0.4", "version": "1.0.5",
"description": "Helpers for using Webpack with React in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.", "description": "Helpers for using Webpack with React in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -32,6 +32,6 @@
"webpack": "^1.12.14" "webpack": "^1.12.14"
}, },
"peerDependencies": { "peerDependencies": {
"webpack": "^1.12.14" "webpack": "^1.13.2 || ^2.2.0"
} }
} }