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

Fix dependencies for browser-demo #234

Merged
merged 2 commits into from
May 6, 2014

Conversation

ryanwersal
Copy link
Contributor

Restrict brfs' version to fix unexpected identifier errors. See #230.
Add blob-stream as a dependency.


This fixes a couple minor issues I ran into regarding the dependencies for the browser-demo.

Restrict brfs' version to fix unexpected identifier errors. See foliojs#230.
Add blob-stream as a dependency.
"exorcist": "^0.1.5",
"brace": "^0.2.1"
},
"dependencies": {
"png-js": ">=0.1.0",
"linebreak": "~0.1.0"
"linebreak": "~0.1.0",
"blob-stream": "^0.1.2"
Copy link
Member

Choose a reason for hiding this comment

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

Should be a dev dependency. PDFKit itself does not depend on blob-stream, it is just used for the demos.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed. Sorry about that.

devongovett added a commit that referenced this pull request May 6, 2014
Fix dependencies for browser-demo
@devongovett devongovett merged commit c753a45 into foliojs:master May 6, 2014
@devongovett
Copy link
Member

Thanks for the fix!

@startswithaj
Copy link

@ryanwersal out of interest did you figure out what was changing in brfs that was causing it to break?

@ryanwersal
Copy link
Contributor Author

@startswithaj Nope, I did not investigate into why it was breaking.

@ryanwersal ryanwersal deleted the fix-dependencies branch May 6, 2014 05:54
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.

3 participants