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

Change 'dependencies' to 'devDependencies'. #14736

Merged
merged 1 commit into from
Apr 1, 2019

Commits on Apr 1, 2019

  1. Change 'dependencies' to 'devDependencies'.

    Because it says to run npm install with --save-dev flag
    "dependencies": {
        "@wordpress/scripts": "3.1.0"
    }
    ```
    Should say:
    ```
    "devDependencies": {
        "@wordpress/scripts": "3.1.0"
    }
    ```
    Michael Chavez committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    2a33af1 View commit details
    Browse the repository at this point in the history