Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 25, 2024
1 parent 927b2bf commit a1a0362
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 307 deletions.
20 changes: 0 additions & 20 deletions .github/dependabot.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/Dependabot.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/GitHub.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/NPM.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/Node.yml

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "generator-code",
"description": "Yeoman generator for Visual Studio Code extensions.",
"main": "./generators/app/index.js",
"scripts": {
"prepublishOnly": "npm test",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"dependencies": {
"chalk": "5.3.0",
"fast-plist": "0.1.3",
"request-light": "0.8.0",
"which": "4.0.0",
"yosay": "3.0.0"
},
"description": "Yeoman generator for Visual Studio Code extensions.",
"devDependencies": {
"@types/node": "22.4.0"
},
"main": "./generators/app/index.js",
"name": "generator-code",
"scripts": {
"postversion": "git push && git push --tags",
"prepublishOnly": "npm test",
"preversion": "npm test"
}
}

0 comments on commit a1a0362

Please sign in to comment.