We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8708c8d commit 32f7b56Copy full SHA for 32f7b56
README.md
@@ -1,4 +1,4 @@
1
-# @primoui/utils
+# @antzhu/utils
2
3
To install dependencies:
4
package.json
@@ -11,9 +11,11 @@
11
},
12
"repository": {
13
"type": "git",
14
- "url": "https://github.com/MatixLab/utils"
+ "url": "https://github.com/MatixLab/utils.git"
15
16
- "files": ["dist"],
+ "files": [
17
+ "dist"
18
+ ],
19
"main": "./dist/index.umd.cjs",
20
"module": "./dist/index.js",
21
"exports": {
0 commit comments