You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite, transfer to Profiscience GitHub org, set up CI
6
+
7
+
### BREAKING CHANGES
8
+
9
+
- Use named exports instead of exporting sync func by default (was 'module.exports = trueCasePathSync`, now `module.exports = { trueCasePath, trueCasePathSync }`)
10
+
- If relying on (undocumented) glob options, those will no longer work
0 commit comments