Skip to content

Commit

Permalink
fix: depend on atom-ide-base instead
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 25, 2020
1 parent 94f800b commit b1cde77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,7 @@
"providedServices": {},
"consumedServices": {},
"package-deps": [
"atom-ide-datatip",
"atom-ide-signature-help",
"atom-ide-hyperclick",
"atom-ide-definitions",
"atom-ide-outline",
"linter",
"intentions",
"atom-ide-base",
"atom-typescript",
"linter-eslint"
]
Expand Down
8 changes: 1 addition & 7 deletions spec/benchmark-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ describe("Benchmark", () => {

// For benchmark, activate the deps manually before loading the actual package:
const deps = [
"atom-ide-datatip",
"atom-ide-signature-help",
"atom-ide-hyperclick",
"atom-ide-definitions",
"atom-ide-outline",
"linter",
"intentions",
"atom-ide-base",
"atom-typescript",
"linter-eslint",
];
Expand Down
8 changes: 1 addition & 7 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ async function package_deps() {
// Add entries from package-deps here manually
// (to prevent loading atom-package-deps and package.json when the deps are already loaded)
const deps = [
"atom-ide-datatip",
"atom-ide-signature-help",
"atom-ide-hyperclick",
"atom-ide-definitions",
"atom-ide-outline",
"linter",
"intentions",
"atom-ide-base",
"atom-typescript",
"linter-eslint",
];
Expand Down

0 comments on commit b1cde77

Please sign in to comment.