From 153a630fd19762bc890cf0c7bb7ebec8f9c05341 Mon Sep 17 00:00:00 2001 From: SHTrassEr Date: Wed, 9 Jul 2014 21:50:17 +0900 Subject: [PATCH] add main module to package --- atom/atom.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atom/atom.d.ts b/atom/atom.d.ts index e19e70ab62..67c30f7884 100644 --- a/atom/atom.d.ts +++ b/atom/atom.d.ts @@ -942,6 +942,8 @@ declare module AtomCore { } interface IPackage { + mainModulePath: string; + mainModule: any; enable(): void; disable(): void; isTheme(): boolean;