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

Corrects an error with invalid package.json #87

Merged
merged 1 commit into from
Oct 9, 2014

Conversation

fiveisprime
Copy link
Collaborator

There is a module that includes a test fixture that is an empty
package.json file which demeteorizer attempts to parse which fails.

Each package.json file is now checked that it contains data and is
skipped if it does not.

Closes #69

There is a module that includes a test fixture that is an empty
package.json file which demeteorizer attempts to parse which fails.

Each package.json file is now checked that it contains data and is
skipped if it does not.

Closes #69
fiveisprime pushed a commit that referenced this pull request Oct 9, 2014
Corrects an error with invalid package.json
@fiveisprime fiveisprime merged commit 5cbc6b5 into master Oct 9, 2014
@fiveisprime fiveisprime deleted the bug/unexpected-eoi branch October 16, 2014 16:34
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.

Syntax error in demeteorizer.js:251:32 after finding dependencies
1 participant