Skip to content

Commit

Permalink
Sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
araujogui committed Dec 31, 2024
1 parent 868970e commit 77b4366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"casl",
"ucast"
],
"license": "MIT",
"repository": "araujogui/ucastle",
"license": "MIT",
"author": "Guilherme Araújo <[email protected]>",
"type": "module",
"exports": {
Expand All @@ -21,10 +21,10 @@
"scripts": {
"build": "tsc --project tsconfig.build.json",
"check-types": "tsc --noEmit",
"test": "vitest",
"test:w": "vitest --watch",
"format": "prettier --write .",
"lint": "eslint .",
"format": "prettier --write ."
"test": "vitest",
"test:w": "vitest --watch"
},
"dependencies": {
"@casl/ability": "^6.7.2",
Expand Down

0 comments on commit 77b4366

Please sign in to comment.