Skip to content

Commit a7eac93

Browse files
committed
style: preserve alphabetical order of properties in package.json
1 parent b6f32e6 commit a7eac93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
44
"version": "0.0.0-development",
55
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
6+
"ava": {
7+
"helpers": [
8+
"test/helpers/**/*"
9+
]
10+
},
611
"bugs": {
712
"url": "https://github.com/semantic-release/github/issues"
813
},
@@ -106,11 +111,6 @@
106111
"semantic-release": "semantic-release",
107112
"test": "nyc ava -v"
108113
},
109-
"ava": {
110-
"helpers": [
111-
"test/helpers/**/*"
112-
]
113-
},
114114
"xo": {
115115
"prettier": true,
116116
"space": true,

0 commit comments

Comments
 (0)