Skip to content

Commit a1a0362

Browse files
1 parent 927b2bf commit a1a0362

File tree

6 files changed

+8
-307
lines changed

6 files changed

+8
-307
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/Dependabot.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/GitHub.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/NPM.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/Node.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

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-
},
102
"dependencies": {
113
"chalk": "5.3.0",
124
"fast-plist": "0.1.3",
135
"request-light": "0.8.0",
146
"which": "4.0.0",
157
"yosay": "3.0.0"
168
},
9+
"description": "Yeoman generator for Visual Studio Code extensions.",
1710
"devDependencies": {
1811
"@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)