Skip to content

Commit b74287d

Browse files
committed
update to 0.5.0 release
1 parent e21a6dd commit b74287d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

client/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppet-vscode",
33
"displayName": "Puppet",
44
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
5-
"version": "0.4.6",
5+
"version": "0.5.0",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",
@@ -58,10 +58,12 @@
5858
"configuration": "./languages/puppet.configuration.json"
5959
}
6060
],
61-
"jsonValidation": [{
62-
"fileMatch": "metadata.json",
63-
"url": "./src/metadata-json-schema.json"
64-
}],
61+
"jsonValidation": [
62+
{
63+
"fileMatch": "metadata.json",
64+
"url": "./src/metadata-json-schema.json"
65+
}
66+
],
6567
"grammars": [
6668
{
6769
"language": "puppet",

0 commit comments

Comments
 (0)