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

mva/fix oe #31

Merged
merged 2 commits into from
Mar 17, 2018
Merged

mva/fix oe #31

merged 2 commits into from
Mar 17, 2018

Conversation

mpvader
Copy link
Contributor

@mpvader mpvader commented Mar 16, 2018

No description provided.

(running npm install did the reformat)
jison relies on some npm packages that have capitals in their name, which
besides being no longer allowed for new packages by the npmjs repository,
also breaks building ggencoder as an OpenEmbedded package: opkg ipk files
do not allow capitals in their name.

jison and async are only required when using the encoder from the
commandline.

By making it a devDependency, jison will still be installed when running
npm install. But no longer when having ggencoder as a dependency on
another project.

Test by comparing npm install vs npm install --production

fulup-bzh#30
@fulup-bzh fulup-bzh merged commit 37b082e into fulup-bzh:master Mar 17, 2018
@fulup-bzh
Copy link
Owner

Merge done, thank you for your contribution

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.

2 participants