Skip to content

Move babel dependencies in devDependencies #3

Description

@dmnsgn

"dependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"rimraf": "^2.6.2"
},

None of this dependencies are actually required for the module to function but including them in dependencies instead of devDependencies means they'll get installed - extraneously - alongside your module and potentially trigger security warning such as #1 .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions