Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 9, 2024
1 parent ffe3baf commit 1c17777
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions extensions/java/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
{
"name": "java",
"displayName": "%displayName%",
"version": "1.0.0",
"version": "0.0.1",
"private": false,
"description": "%description%",
"categories": [
"Programming Languages"
],
"keywords": [
"codeeditorland",
"land",
"playform"
],
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Editor#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/CodeEditorLand/Editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
"url": "git+HTTPS://github.com/CodeEditorLand/Editor.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "🖋️ Source — 👐🏻 Open —",
"email": "Source/[email protected]",
"url": "HTTPS://Editor.Land"
},
"license": "MIT",
"publisher": "vscode",
"type": "module",
"scripts": {
"prepublishOnly": "Build 'Source/**/*.ts'",
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin redhat-developer/vscode-java language-support/java/java.tmLanguage.json ./syntaxes/java.tmLanguage.json"
},
"contributes": {
Expand Down Expand Up @@ -45,8 +62,13 @@
]
},
"dependencies": {},
"devDependencies": {},
"devDependencies": {
"@playform/build": "0.2.0"
},
"engines": {
"vscode": "*"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 1c17777

Please sign in to comment.