Skip to content

Commit 77b4366

Browse files
committed
Sort package.json
1 parent 868970e commit 77b4366

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"casl",
88
"ucast"
99
],
10-
"license": "MIT",
1110
"repository": "araujogui/ucastle",
11+
"license": "MIT",
1212
"author": "Guilherme Araújo <[email protected]>",
1313
"type": "module",
1414
"exports": {
@@ -21,10 +21,10 @@
2121
"scripts": {
2222
"build": "tsc --project tsconfig.build.json",
2323
"check-types": "tsc --noEmit",
24-
"test": "vitest",
25-
"test:w": "vitest --watch",
24+
"format": "prettier --write .",
2625
"lint": "eslint .",
27-
"format": "prettier --write ."
26+
"test": "vitest",
27+
"test:w": "vitest --watch"
2828
},
2929
"dependencies": {
3030
"@casl/ability": "^6.7.2",

0 commit comments

Comments
 (0)