ExperiBass / esiJS

A simple Node module for EVE Onlines' ESI.
https://github.com/ExperiBass/esiJS
GNU General Public License v3.0
21 stars 10 forks source link

killMails.js has incorrect casing in npm version #12

Closed GeekyAubergine closed 4 years ago

GeekyAubergine commented 4 years ago

In endpoints.js, killMails.js is imported as killmails: require('./Functions/killMails'),. The version available on npm has the file kill mails cased as killmails.js resulting in not node/webpack being able to import the file. The file is correctly typed within the source code though which leads me to believe it is related to the build system used. As such I don't think I am able to fix this with a pr, what build system are you using?

ExperiBass commented 4 years ago

aah, i see. Yeah, my macOS isnt case-sensitive, thats probably why. Fixing now