@evanpurkhiser/tooling-personal
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -74,3 +74,6 @@ "use strict"; | ||
...selectedShas, | ||
...commits.all.filter(c => !selectedShas.includes(c.hash)).map(c => c.hash), | ||
...commits.all | ||
.filter(c => !selectedShas.includes(c.hash)) | ||
.map(c => c.hash) | ||
.reverse(), | ||
] | ||
@@ -77,0 +80,0 @@ .map(sha => `pick ${sha}`) |
{ | ||
"name": "@evanpurkhiser/tooling-personal", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"description": "Evan Purkhiser's personal tooling", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/EvanPurkhiser/tooling-personal", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20803
495