Move atom extensions in STS4 repo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user