Skip to content

Commit b2a7ac3

Browse files
committed
style: sort package.json
Done by npx sort-package-json command.
1 parent b2cdc37 commit b2a7ac3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"bin": {
2323
"query2app": "./src/cli.js"
2424
},
25+
"files": [
26+
"src/**"
27+
],
2528
"scripts": {
2629
"start": "node src/index.js",
2730
"test": "echo \"Error: no test specified\" && exit 1"
2831
},
29-
"files": [
30-
"src/**"
31-
],
3232
"dependencies": {
3333
"ejs": "~3.1.3",
3434
"js-yaml": "~3.14.0"

0 commit comments

Comments
 (0)