add main module to package

This commit is contained in:
SHTrassEr
2014-07-09 21:50:17 +09:00
parent a795ca109d
commit 153a630fd1
+2
View File
@@ -942,6 +942,8 @@ declare module AtomCore {
}
interface IPackage {
mainModulePath: string;
mainModule: any;
enable(): void;
disable(): void;
isTheme(): boolean;