Skip to content

Commit

Permalink
style: preserve alphabetical order of properties in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jun 4, 2019
1 parent b6f32e6 commit a7eac93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -3,6 +3,11 @@
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
"version": "0.0.0-development",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
"ava": {
"helpers": [
"test/helpers/**/*"
]
},
"bugs": {
"url": "https://github.com/semantic-release/github/issues"
},
Expand Down Expand Up @@ -106,11 +111,6 @@
"semantic-release": "semantic-release",
"test": "nyc ava -v"
},
"ava": {
"helpers": [
"test/helpers/**/*"
]
},
"xo": {
"prettier": true,
"space": true,
Expand Down

0 comments on commit a7eac93

Please sign in to comment.