Skip to content

Commit

Permalink
🐛 @spgoding/datapack-language-server@3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SPGoding committed Nov 12, 2020
1 parent 38406bd commit 141d756
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"watch": "webpack --watch --mode=\"development\""
},
"dependencies": {
"@spgoding/datapack-language-server": "^3.1.0",
"@spgoding/datapack-language-server": "^3.1.1",
"vscode-languageclient": "^6.1.3"
},
"devDependencies": {
Expand Down Expand Up @@ -239,7 +239,7 @@
"1.17"
],
"markdownDescription": "%datapack.config.env.cmdVersion%",
"default": "1.17"
"default": "1.16"
},
"datapack.env.dataSource": {
"type": "string",
Expand All @@ -264,7 +264,7 @@
}
],
"markdownDescription": "%datapack.config.env.dataVersion%",
"default": "Latest snapshot"
"default": "Latest release"
},
"datapack.env.include": {
"type": "array",
Expand All @@ -281,7 +281,7 @@
"1.17"
],
"markdownDescription": "%datapack.config.env.jsonVersion%",
"default": "1.17"
"default": "1.16"
},
"datapack.env.exclude": {
"type": "array",
Expand Down

0 comments on commit 141d756

Please sign in to comment.