Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change 'dependencies' to 'devDependencies'. (#14736)
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" } ```
- Loading branch information