Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated require statement #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bhavin-vadgama
Copy link

Updated require statement as the module was not working

Updated require statement as the module was not working
Copy link

@koppor koppor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found this repository and this seems to be a good candidate to work with BibTeX

@@ -122,7 +122,7 @@ function fieldsAreOk(object) {
// ========== All fields are ok ['entryType', 'key', 'data'] ==========
// Now let's move to check for valid fields for any specific entry type
const entryType = object.entryType; // Checks entry type etc.
const bibtex = require('./BibTeX');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BibTeX should be spelled with captial X (see https://en.wikipedia.org/wiki/BibTeX). Thus, this fix seems to be a quick fix. Could you fix it in the other way so taht this require statement works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants