Mark packages as private (#193414)

This commit is contained in:
Raymond Zhao 2023-09-18 16:30:01 -07:00 committed by GitHub
parent e7902c58b0
commit f20ca3aa50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"description": "Extension to add Grunt capabilities to VS Code.",
"displayName": "Grunt support for VS Code",
"version": "1.0.0",
"private": true,
"icon": "images/grunt.png",
"license": "MIT",
"engines": {

View File

@ -3,6 +3,7 @@
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"private": true,
"publisher": "vscode",
"license": "MIT",
"engines": {

View File

@ -4,6 +4,7 @@
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.1",
"private": true,
"license": "MIT",
"engines": {
"vscode": "0.10.x"