Update svgo to 1.3.0 #9
No reviewers
Labels
No labels
bug
dependencies
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
repos/gulp-svgo!9
Loading…
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://www.npmjs.com/package/svgo
Latest version: 1.3.0
This change is actually not necessary as the carrot (^) at the beginning of the indicated version will tell npm or yarn to most current minor version release—meaning it will always install the latest 1.x version of svgo. "^1.0.0" and "^1.3.0" are the same request.
Thanks for taking the initiative of doing a PR though, cheers.
Ahh, I didn't even notice the
^Pull request closed