Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 17, 2024
1 parent 2155812 commit eb0cc0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "generator-code-dependencies-versions",
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@types/assert": "1.5.10",
Expand All @@ -15,5 +13,7 @@
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"util": "0.12.5"
}
},
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
"name": "generator-code-dependencies-versions"
}

0 comments on commit eb0cc0c

Please sign in to comment.