remix-flat-routes
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -91,3 +91,3 @@ var __create = Object.create; | ||
let ext = path.extname(routeFile); | ||
if (![".js", ".jsx", ".ts", ".tsx"].includes(ext)) { | ||
if (![".js", ".jsx", ".ts", ".tsx", ".md", ".mdx"].includes(ext)) { | ||
return null; | ||
@@ -94,0 +94,0 @@ } |
{ | ||
"name": "remix-flat-routes", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Package for generating routes using flat convention", | ||
@@ -10,4 +10,3 @@ "main": "dist/index.js", | ||
"files": [ | ||
"dist", | ||
"src", | ||
"dist/**/*.js", | ||
"README.md" | ||
@@ -14,0 +13,0 @@ ], |
# Remix Flat Routes | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
@@ -14,3 +12,3 @@ | ||
```bash | ||
> npm install remix-flat-routes | ||
npm install remix-flat-routes | ||
``` | ||
@@ -224,2 +222,3 @@ | ||
<td align="center"><a href="http://remix.run/"><img src="https://avatars.githubusercontent.com/u/100200?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ryan Florence</b></sub></a><br /><a href="https://github.com/kiliman/remix-mount-routes/commits?author=ryanflorence" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://blp.is/"><img src="https://avatars.githubusercontent.com/u/967145?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Brandon Pittman</b></sub></a><br /><a href="https://github.com/kiliman/remix-mount-routes/commits?author=brandonpittman" title="Documentation">📖</a> <a href="https://github.com/kiliman/remix-mount-routes/commits?author=brandonpittman" title="Code">💻</a></td> | ||
</tr> | ||
@@ -226,0 +225,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
25948
7
353
231