Merge cf-manifest-yaml language and ls extension together

This commit is contained in:
BoykoAlex
2017-07-25 10:22:15 -04:00
parent 40fc327f20
commit 1bd2b7a945
6 changed files with 4 additions and 24 deletions

View File

@@ -1,2 +0,0 @@
/node_modules

View File

@@ -1,21 +0,0 @@
{
"name": "language-cf-manifest-yaml",
"version": "0.1.0",
"description": "CF Deployment Manifest YAML language support in Atom",
"license": "MIT",
"engines": {
"atom": "*",
"node": "*"
},
"homepage": "http://pivotalcf.io",
"repository": {
"type": "git",
"url": "https://github.com/spring-projects/sts4.git"
},
"bugs": {
"url": "https://github.com/spring-projects/sts4/issues"
},
"devDependencies": {
"coffeelint": "^1.10.1"
}
}

View File

@@ -1,5 +1,5 @@
{
"name": "manifest-yaml",
"name": "cf-manifest-yaml",
"main": "./lib/main",
"version": "0.1.0",
"description": "Cloud Foundry Deployment Manifest YAML support for Atom",
@@ -15,6 +15,9 @@
"remote-file-size": "^3.0.3",
"atom-commons": "file:../atom-commons"
},
"devDependencies": {
"coffeelint": "^1.10.1"
},
"scripts": {
"clean": "rm -fr node_modules"
},