Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from steveteuber/patch-1
Browse files Browse the repository at this point in the history
Cannot find module './PathUtils' on case-sensitive filesystem
  • Loading branch information
kbshl authored Mar 31, 2018
2 parents 3e06e58 + 5cf3ab6 commit 1049e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const fs = require('fs-extra');
const path = require('path');
const fuzzaldrin = require('fuzzaldrin');
const PathUtils = require('./PathUtils');
const PathUtils = require('./pathUtils');
const Utils = {};


Expand Down

0 comments on commit 1049e59

Please sign in to comment.