Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Change filename for CoreEntity to match CreatorCredit
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmostcat committed Jun 11, 2014
1 parent 3f9d730 commit a23b877
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var _ = require('underscore');

var CoreEntity = require('./coreentity');
var CoreEntity = require('./core-entity');

var CreatorCredit = require('./creator-credit');

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion data/creator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var _ = require('underscore');

var CoreEntity = require('./coreentity');
var CoreEntity = require('./core-entity');

var Creator = {};
_.extend(Creator, CoreEntity);
Expand Down
2 changes: 1 addition & 1 deletion data/edition.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var _ = require('underscore');

var CoreEntity = require('./coreentity');
var CoreEntity = require('./core-entity');

var CreatorCredit = require('./creator-credit');

Expand Down

0 comments on commit a23b877

Please sign in to comment.