Schotsl / Uwuifier

This repository contains the Uwuifier package! It's written in Deno with TypeScript and compiled into JavaScript for NPM, makes use of Jest for testing the code and is deployed on NPM and https://deno.land.
https://uwuifier.com
MIT License
110 stars 7 forks source link

JS import with capitalized module name doesn't work on Linux #53

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello there,

Current documentation for this module suggests importing it as import { Uwuifier } from "Uwuifier";. This works on Windows machines, but breaks on Linux, likely due to case-sensitivity of corresponding file systems, resulting in a somewhat hard-to-trace bug. Please consider changing the instructions to use from "uwuifier" instead.

Thank you for helping us get a quick laugh for April Fools. 😃

Schotsl commented 3 years ago

I fixed the README.md when I just released v3.0.0, thank you for the notice!