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

Add missing comma to tags section of package.json #8

Merged
merged 1 commit into from Jan 24, 2018
Merged

Add missing comma to tags section of package.json #8

merged 1 commit into from Jan 24, 2018

Conversation

AlbinoDrought
Copy link
Contributor

At the time of submission for this pull request, the bevry/istextorbinary repository currently has a broken package.json (latest commit).

This causes the following error when running npm install:

➜  istextorbinary git:(master) npm install
npm ERR! file /istextorbinary/package.json
npm ERR! code EJSONPARSE
npm ERR! Failed to parse json
npm ERR! Unexpected string in JSON at position 359 while parsing '{
npm ERR!   "title": "Is Text or Binary?",
npm ERR!   "na'
npm ERR! File: /istextorbinary/package.json
npm ERR! Failed to parse package.json data.
npm ERR! package.json must be actual JSON, not just JavaScript.
npm ERR! 
npm ERR! Tell the package author to fix their package.json file. JSON.parse

npm ERR! A complete log of this run can be found in:
npm ERR!     /.npm/_logs/2017-10-17T20_47_48_970Z-debug.log

@balupton balupton merged commit 5af895c into bevry:master Jan 24, 2018
@balupton
Copy link
Member

Pretty crazy it was able to be published under those conditions. And is still getting 900k downloads a month.

Fix is released to v2.2.1. Thank you!

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.

None yet

2 participants