Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 4311569

Browse files
committed
Specify package name for dependency installation
This removes any chance of ambiguity and has the potential to speed up activation a few ms.
1 parent a1dd938 commit 4311569

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
export default {
44
activate: () => {
5-
// We are now using steelbrain's package dependency package to install our
6-
// dependencies.
7-
require('atom-package-deps').install();
5+
require('atom-package-deps').install('linter-ruby');
86
},
97

108
provideLinter: () => {

0 commit comments

Comments
 (0)