Skip to content

The devDependencies and dependencies are not separated in package.json #3220

Closed
@sarbull

Description

@sarbull

Do you want to request a feature or report a bug?
I'm not sure if it's a bug or a feature.

What is the current behavior?
When i run npm run eject the generated react app contains a package.json with all the dependencies both devDependencies and dependencies on the same key, in dependencies.

What is the expected behavior?
We should have seen two keys in package.json

  • devDependencies
  • dependencies

Which versions of React, and which browser / OS are affected by this issue?
1.4.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions