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

Commit 67eeb14

Browse files
committed
Specify the package name
1 parent ddcdef9 commit 67eeb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as jsonlint from 'jsonlint';
66
const regex = '.+?line\\s(\\d+)';
77

88
export function activate() {
9-
require('atom-package-deps').install();
9+
require('atom-package-deps').install('linter-jsonlint');
1010
}
1111

1212
export function provideLinter() {

0 commit comments

Comments
 (0)