Skip to content

Commit c60e3f7

Browse files
authored
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
1 parent cb6ea10 commit c60e3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/webpack-encore-pack/1.0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@symfony/webpack-encore": "^0.19.0",
3+
"@symfony/webpack-encore": "^0.20.0",
44
"webpack-notifier": "^1.6.0"
55
},
66
"license": "UNLICENSED",

0 commit comments

Comments
 (0)