Skip to content

Clean up PEG.js package references#1708

Merged
swissspidy merged 3 commits intomasterfrom
fix/pegjs-package-references
Jul 4, 2017
Merged

Clean up PEG.js package references#1708
swissspidy merged 3 commits intomasterfrom
fix/pegjs-package-references

Conversation

@swissspidy
Copy link
Copy Markdown
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.

"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"pegjs": "0.10.0",
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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