remix-flat-routes
Advanced tools
Comparing version 0.5.7 to 0.5.8
# CHANGELOG | ||
## v0.5.8 | ||
- π Fix last segment finding on Windows [#40](https://github.com/kiliman/remix-flat-routes/pull/40) | ||
## v0.5.7 | ||
@@ -4,0 +8,0 @@ |
@@ -306,3 +306,3 @@ "use strict"; | ||
// docs/_layout.tsx => docs | ||
let last = name.lastIndexOf(path.sep); | ||
let last = name.lastIndexOf('/'); | ||
if (last >= 0) { | ||
@@ -309,0 +309,0 @@ name = name.substring(0, last); |
{ | ||
"name": "remix-flat-routes", | ||
"version": "0.5.7", | ||
"version": "0.5.8", | ||
"description": "Package for generating routes using flat convention", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Remix Flat Routes | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
@@ -489,2 +489,3 @@ | ||
<td align="center"><a href="https://www.linkedin.com/in/andrewihaines"><img src="https://avatars.githubusercontent.com/u/785641?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andrew Haines</b></sub></a><br /><a href="https://github.com/kiliman/remix-mount-routes/commits?author=haines" title="Code">π»</a></td> | ||
<td align="center"><a href="https://github.com/wonu"><img src="https://avatars.githubusercontent.com/u/9602236?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Wonu Lee</b></sub></a><br /><a href="https://github.com/kiliman/remix-mount-routes/commits?author=wonu" title="Code">π»</a></td> | ||
</tr> | ||
@@ -491,0 +492,0 @@ </table> |
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
52391
499