Move atom extensions in STS4 repo

This commit is contained in:
BoykoAlex
2017-09-20 15:57:32 -04:00
parent 554607b572
commit af715bad53
50 changed files with 1020 additions and 11 deletions

View File

@@ -26,10 +26,9 @@ class BootJavaLanguageClient extends JarLanguageClient {
}
activate() {
// replace the example argument 'linter-ruby' with the name of this Atom package
require('atom-package-deps').install('boot-java').then(function() {
console.log('All dependencies installed, good to go')
});
require('atom-package-deps')
.install('boot-java')
.then(() => console.debug('All dependencies installed, good to go'));
super.activate();
}

View File

@@ -17,7 +17,7 @@
"dependencies": {
"atom-package-deps": "^4.6.0",
"download": "^6.2.5",
"pivotal-atom-languageclient-commons": "0.0.7"
"pivotal-atom-languageclient-commons": "0.0.8"
},
"devDependencies": {
"coffeelint": "^1.10.1"
@@ -67,10 +67,5 @@
"0.0.0": "provideOutlines"
}
}
},
"bundledDependencies": [
"atom-package-deps",
"download",
"pivotal-atom-languageclient-commons"
]
}
}