mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Loosen aspnet-webpack peerDependency requirement back to cover what it allowed before (so it's not a breaking change)
This commit is contained in:
@@ -33,6 +33,6 @@
|
|||||||
"webpack": "^1.13.2"
|
"webpack": "^1.13.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"webpack": "^1.13.2 || ^2.2.0 || ^3.0.0"
|
"webpack": "^1.13.2 || ^2.1.0-beta || ^3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user