Skip to content

Commit b1cde77

Browse files
committed
fix: depend on atom-ide-base instead
1 parent 94f800b commit b1cde77

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,7 @@
6060
"providedServices": {},
6161
"consumedServices": {},
6262
"package-deps": [
63-
"atom-ide-datatip",
64-
"atom-ide-signature-help",
65-
"atom-ide-hyperclick",
66-
"atom-ide-definitions",
67-
"atom-ide-outline",
68-
"linter",
69-
"intentions",
63+
"atom-ide-base",
7064
"atom-typescript",
7165
"linter-eslint"
7266
]

spec/benchmark-spec.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ describe("Benchmark", () => {
88

99
// For benchmark, activate the deps manually before loading the actual package:
1010
const deps = [
11-
"atom-ide-datatip",
12-
"atom-ide-signature-help",
13-
"atom-ide-hyperclick",
14-
"atom-ide-definitions",
15-
"atom-ide-outline",
16-
"linter",
17-
"intentions",
11+
"atom-ide-base",
1812
"atom-typescript",
1913
"linter-eslint",
2014
];

src/main.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@ async function package_deps() {
2323
// Add entries from package-deps here manually
2424
// (to prevent loading atom-package-deps and package.json when the deps are already loaded)
2525
const deps = [
26-
"atom-ide-datatip",
27-
"atom-ide-signature-help",
28-
"atom-ide-hyperclick",
29-
"atom-ide-definitions",
30-
"atom-ide-outline",
31-
"linter",
32-
"intentions",
26+
"atom-ide-base",
3327
"atom-typescript",
3428
"linter-eslint",
3529
];

0 commit comments

Comments
 (0)