We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868970e commit 77b4366Copy full SHA for 77b4366
package.json
@@ -7,8 +7,8 @@
7
"casl",
8
"ucast"
9
],
10
- "license": "MIT",
11
"repository": "araujogui/ucastle",
+ "license": "MIT",
12
"author": "Guilherme Araújo <[email protected]>",
13
"type": "module",
14
"exports": {
@@ -21,10 +21,10 @@
21
"scripts": {
22
"build": "tsc --project tsconfig.build.json",
23
"check-types": "tsc --noEmit",
24
- "test": "vitest",
25
- "test:w": "vitest --watch",
+ "format": "prettier --write .",
26
"lint": "eslint .",
27
- "format": "prettier --write ."
+ "test": "vitest",
+ "test:w": "vitest --watch"
28
},
29
"dependencies": {
30
"@casl/ability": "^6.7.2",
0 commit comments