forked from microsoft/vscode-generator-code
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
927b2bf
commit a1a0362
Showing
6 changed files
with
8 additions
and
307 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |