Skip to content

Commit 572ac83

Browse files
1 parent 1cf17f5 commit 572ac83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2+
"name": "generator-code",
3+
"description": "Yeoman generator for Visual Studio Code extensions.",
4+
"main": "./generators/app/index.js",
5+
"scripts": {
6+
"prepublishOnly": "npm test",
7+
"preversion": "npm test",
8+
"postversion": "git push && git push --tags"
9+
},
210
"dependencies": {
311
"chalk": "5.3.0",
412
"fast-plist": "0.1.3",
513
"request-light": "0.8.0",
614
"which": "4.0.0",
715
"yosay": "3.0.0"
816
},
9-
"description": "Yeoman generator for Visual Studio Code extensions.",
1017
"devDependencies": {
1118
"@types/node": "22.4.0"
12-
},
13-
"main": "./generators/app/index.js",
14-
"name": "generator-code",
15-
"scripts": {
16-
"postversion": "git push && git push --tags",
17-
"prepublishOnly": "npm test",
18-
"preversion": "npm test"
1919
}
2020
}

0 commit comments

Comments
 (0)