Skip to content

Commit

Permalink
fix: uuid as normal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 28, 2021
1 parent 5990235 commit 3536aa4
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
@@ -1,6 +1,6 @@
{
"name": "@jlenon7/templating",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"license": "MIT",
"author": "João Lenon",
Expand Down Expand Up @@ -39,8 +39,7 @@
"ts-loader": "9.2.3",
"ts-node": "10.0.0",
"tsconfig-paths": "3.9.0",
"typescript": "4.3.5",
"uuid": "8.3.2"
"typescript": "4.3.5"
},
"lint-staged": {
"*.js": [
Expand Down Expand Up @@ -152,6 +151,7 @@
"@secjs/utils": "1.3.8",
"commander": "8.3.0",
"figlet": "1.5.2",
"inquirer": "8.2.0"
"inquirer": "8.2.0",
"uuid": "8.3.2"
}
}

0 comments on commit 3536aa4

Please sign in to comment.