Skip to content

Commit

Permalink
Framework: Reorder package.json devDependencies alphabetically (#7867)
Browse files Browse the repository at this point in the history
This pull request seeks to update `package.json` to apply correct alphabetical ordering to `devDependencies`. This change was observed with a simple `npm install`, likely related to the merge of packages in #7805.

**Testing instructions:**

Ensure npm installs without issue:

```
npm install
```

Should be no impact on the application.
  • Loading branch information
aduth authored and ntwb committed Jul 10, 2018
1 parent d1c2954 commit 18b7f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"uuid": "3.1.0"
},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "file:packages/babel-plugin-makepot",
"@wordpress/babel-plugin-import-jsx-pragma": "file:packages/babel-plugin-import-jsx-pragma",
"@wordpress/babel-plugin-makepot": "file:packages/babel-plugin-makepot",
"@wordpress/babel-preset-default": "file:packages/babel-preset-default",
"@wordpress/browserslist-config": "file:packages/browserslist-config",
"@wordpress/custom-templated-path-webpack-plugin": "file:packages/custom-templated-path-webpack-plugin",
Expand Down

0 comments on commit 18b7f36

Please sign in to comment.