Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoyankulovski authored Jul 6, 2021
1 parent c053019 commit 04e9bbe
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"license": "MIT",
"version": "2.1.3",
"version": "2.1.4",
"main": "./lib/main.js",
"name": "ide-protoss",
"description": "ProtoSS JS and Grammar support for Atom IDE",
Expand Down Expand Up @@ -785,6 +785,38 @@
"order": 900,
"description": "Group of options to control footer panel."
},
"importOptions": {
"title": "Import Options",
"type": "object",
"properties": {
"cacheJSON": {
"title": "Cache JSON",
"type": "string",
"default": "no",
"enum": ["yes", "no"],
"description": "Project, Inheritance, Import, and Descriptor JSON cache control.",
"order": 10
}
},
"order": 933,
"description": "Control imports of files and loading JSON."
},
"exportOptions": {
"title": "Export Options",
"type": "object",
"properties": {
"declareTS": {
"title": "File TypeScript declaration",
"type": "string",
"default": "no",
"enum": ["yes", "no"],
"description": "Create new .d.ts file and paste clipboard content.",
"order": 10
}
},
"order": 967,
"description": "Control exports to files and output of JSON."
},
"exeOptions": {
"title": "Exe Options",
"type": "object",
Expand Down

0 comments on commit 04e9bbe

Please sign in to comment.