Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
fix module capitilization
Browse files Browse the repository at this point in the history
This matters on Linux.
  • Loading branch information
Burt Harris authored and Burt Harris committed Aug 6, 2017
1 parent 5ac29b6 commit 4533023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exports.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as chai from 'chai';
import * as glob from 'glob';
// @ts-ignore
import * as path from 'path';
import camelCase from 'camelCase';
import camelCase from 'camelcase';
import interopRequire from 'interop-require';
import * as decorators from 'core-decorators';

Expand Down

0 comments on commit 4533023

Please sign in to comment.