abeyahmad / servicenow-rest

18 stars 13 forks source link

Case sensitivity require issue #3

Closed dmfranko closed 8 years ago

dmfranko commented 8 years ago

In the index.js the two below files are required with all lowercase, but the files are actually named GlideAggregate.js and GlideRecord.js. When working on a case sensitive platform, such as Ubuntu 14.04.3 LTS, it's unable to find the required files.

module.exports.gliderecord = require('./gliderecord.js'); module.exports.glideaggregate = require('./glideaggregate.js')

abeyahmad commented 8 years ago

This has been fixed.