Skip to content

Commit abefd0c

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 7cc78a5 commit abefd0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generators/app/dependencyVersions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "generator-code-dependencies-versions",
3+
"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",
24
"dependencies": {
35
"@codeeditorland/dts": "0.0.1",
46
"@codeeditorland/notebook-error-overlay": "0.0.1",
@@ -20,7 +22,5 @@
2022
"ts-loader": "^9.5.1",
2123
"util": "^0.12.5"
2224
},
23-
"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",
24-
"devDependencies": {},
25-
"name": "generator-code-dependencies-versions"
25+
"devDependencies": {}
2626
}

0 commit comments

Comments
 (0)