Merge cf-manifest-yaml language and ls extension together
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
/node_modules
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user