Skip to content

Commit 8cb65f8

Browse files
committed
fix: install uuid package as normal dependency
1 parent a309221 commit 8cb65f8

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@secjs/utils",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "",
55
"license": "MIT",
66
"author": "João Lenon",
@@ -51,8 +51,7 @@
5151
"ts-loader": "9.2.3",
5252
"ts-node": "10.0.0",
5353
"tsconfig-paths": "3.9.0",
54-
"typescript": "4.3.5",
55-
"uuid": "8.3.2"
54+
"typescript": "4.3.5"
5655
},
5756
"lint-staged": {
5857
"*.js": [
@@ -170,6 +169,7 @@
170169
"mime-types": "2.1.34",
171170
"ms": "2.1.3",
172171
"pluralize": "8.0.0",
173-
"validator-brazil": "1.2.2"
172+
"validator-brazil": "1.2.2",
173+
"uuid": "8.3.2"
174174
}
175175
}

0 commit comments

Comments
 (0)