Skip to content

Commit

Permalink
fix: rename index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 21, 2020
1 parent 806b9a5 commit 7d2e5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// atom-ide
// https://github.com/atom-ide-community/atom-ide
// https://github.com/atom-ide-community/atom-ide-base

declare module "atom-ide" {
declare module "atom-ide-base" {
/// <reference path="./src/busy-signal.d.ts" />
/// <reference path="./src/code-actions.d.ts" />
/// <reference path="./src/code-highlight.d.ts" />
Expand Down

0 comments on commit 7d2e5ed

Please sign in to comment.