Allow installation of latest encore version

Under current yarn/npm versioning rules, the new 0.20.* versions 
weren't installable by default see also: 
https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004

Its pretty much the same as composer versioning
This commit is contained in:
Gert de Pagter
2018-08-15 23:48:44 +02:00
committed by GitHub
parent cb6ea10b7b
commit c60e3f7f71
+1 -1
View File
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@symfony/webpack-encore": "^0.19.0",
"@symfony/webpack-encore": "^0.20.0",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",