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

Clean up PEG.js package references #1708

Merged
merged 3 commits into from
Jul 4, 2017
Merged

Conversation

swissspidy
Copy link
Member

#1152 duplicated the pegjs reference in package.json and also added phpegjs as a regular dependency instead of a dev dependency.

This PR attempts to fix that.

@@ -22,8 +22,7 @@
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"pegjs": "0.10.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we really need it in dependencies or should it be moved to devDependencies? I guess it's used only for generating parsers in dev, am I wrong?

Copy link
Member Author

Choose a reason for hiding this comment

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

Right. I misread that part in #1152. It only just a dev dependency before.

Copy link
Contributor

@youknowriad youknowriad left a comment

Choose a reason for hiding this comment

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

👍

@swissspidy swissspidy merged commit 86b24a4 into master Jul 4, 2017
@nylen nylen deleted the fix/pegjs-package-references branch July 5, 2017 09:49
@nylen nylen mentioned this pull request Jul 5, 2017
4 tasks
@nylen
Copy link
Member

nylen commented Jul 5, 2017

Thanks for fixing this!

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