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

build(deps): fix install issue caused by dev deps #608

Merged
merged 1 commit into from
Apr 2, 2019

Conversation

y0hami
Copy link
Member

@y0hami y0hami commented Apr 2, 2019

Description

In 2.7.3 we moved the dependencies so all the dev dependencies were in
devDependencies but the npm install script doesn't instal
devDependencies so the package installation would fail. I have moved
them all into dependencies so they should now be installed.

Testcase

$ npm init
$ npm install --save fomantic-ui

Closes

#607

In 2.7.3 we moved the dependencies so all the dev dependencies were in
devDependencies but the npm install script doesn't instal
devDependencies so the package installation would fail. I have moved
them all into dependencies so they should now be installed.

Closes #607
@y0hami y0hami added priority/high Anything which is in high priority type/build Anything related to the build process 🐛 bugfix labels Apr 2, 2019
@y0hami y0hami added this to the 2.7.4 milestone Apr 2, 2019
@y0hami y0hami self-assigned this Apr 2, 2019
Copy link
Member

@ColinFrick ColinFrick left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@lubber-de lubber-de left a comment

Choose a reason for hiding this comment

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

LGTM

@y0hami y0hami merged commit 528ce0f into develop Apr 2, 2019
@y0hami y0hami mentioned this pull request Apr 2, 2019
@y0hami y0hami deleted the fix/npm-install-deps branch April 2, 2019 11:23
@exoego exoego added type/bug Any issue which is a bug or PR which fixes a bug and removed 🐛 bugfix labels May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/high Anything which is in high priority type/bug Any issue which is a bug or PR which fixes a bug type/build Anything related to the build process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants