Skip to content

Commit

Permalink
Fix for typo which only affected case sensitive file systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris-van-der-Wel committed Oct 27, 2017
1 parent 41fc393 commit 05163b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bluefox",
"version": "2.0.0",
"description": "The bluefox library lets you be notified when a DOM tree has reached a specific condition, using a convenient syntax. It has been designed for high accuracy and low overhead.",
"main": "lib/bluefox.js",
"main": "lib/Bluefox.js",
"files": [
"lib",
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/Bluefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const sinon = require('sinon');
const jsdom = require('jsdom');

const {executeSuccess, executePendingTag} = require('../../lib/result');
const Bluefox = require('../../lib/Bluefox');
const Bluefox = require('../..');
const Timer = require('../../lib/Timer');
const Expression = require('../../lib/Expression');
const actions = require('../../lib/actions');
Expand Down

0 comments on commit 05163b1

Please sign in to comment.