Undo accidental changes to package.json files

This commit is contained in:
Kris De Volder
2017-01-25 10:39:04 -08:00
parent caa554d288
commit e4f51c1f7c
3 changed files with 13 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
"displayName": "Spring Boot Application Properties Support",
"description": "Provides validation and content assist for Spring Boot application.properties and application.yml file",
"icon": "spring-boot-logo.png",
"version": "0.0.1-201701250238",
"version": "0.0.1",
"publisher": "Pivotal",
"repository": {
"type": "git",
@@ -19,10 +19,7 @@
"Linters"
],
"keywords": [
"java-properties",
"spring-boot",
"application-properties",
"application-yaml"
"java-properties", "spring-boot", "application-properties", "application-yaml"
],
"activationEvents": [
"onLanguage:ini",

View File

@@ -3,7 +3,7 @@
"displayName": "Concourse CI Pipeline Editor",
"description": "Provides validation and content assist for Concourse CI pipeline and task configuration yml files",
"icon": "icon.png",
"version": "0.0.1-201701250238",
"version": "0.0.1",
"publisher": "Pivotal",
"repository": {
"type": "git",

View File

@@ -3,7 +3,7 @@
"displayName": "Cloudfoundry Manifest YML Support",
"description": "Adds linting, content assist and hoverinfo's for Cloudfoundry Deployment Manifests (a.k.a. `manifest.yml`) files.",
"icon": "icon.png",
"version": "0.0.2-201701250238",
"version": "0.0.2",
"publisher": "Pivotal",
"repository": {
"type": "git",
@@ -39,19 +39,15 @@
"configuration": "./yaml-support/language-configuration.json"
}
],
"grammars": [
{
"language": "manifest-yaml",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
}
],
"snippets": [
{
"language": "manifest-yaml",
"path": "./snippets.json"
}
]
"grammars": [{
"language": "manifest-yaml",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
}],
"snippets": [{
"language": "manifest-yaml",
"path": "./snippets.json"
}]
},
"main": "./out/lib/Main",
"scripts": {