Skip to content

Commit

Permalink
Fix engines.parcel in SVG packager (#6911)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Sep 11, 2021
1 parent a911372 commit a82069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packagers/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": "src/SVGPackager.js",
"engines": {
"node": ">= 12.0.0",
"parcel": "^2.0.0-rc.0"
"parcel": "^2.0.0-beta.1"
},
"dependencies": {
"@parcel/plugin": "2.0.0-rc.0",
Expand Down

0 comments on commit a82069c

Please sign in to comment.