-
Notifications
You must be signed in to change notification settings - Fork 859
Update Ramda to 0.31.3 #5474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update Ramda to 0.31.3 #5474
Conversation
Test result: PASS 🟢
|
3552f7d
to
140cd7a
Compare
Test result: PASS 🟢
|
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "Ramda", | |||
"version": "0.27.0", | |||
"version": "0.31.3", | |||
"archive": "Ramda.tgz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file needs to be update as well
docsets/Ramda/docset.json
Outdated
@@ -23,6 +23,10 @@ | |||
{ | |||
"version": "0.23.0", | |||
"archive": "versions/0.23.0/Ramda.tgz" | |||
}, | |||
{ | |||
"version": "0.31.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The versions list is ordered from latest to oldest (new versions should appear at the top).
Test result: PASS 🟢
|
Related to alexbepple/ramda-dash-docset#26