소스 검색

add version to viewer module export

Alexander Rose 5 년 전
부모
커밋
92c1e979c0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/apps/viewer/index.ts

+ 2 - 0
src/apps/viewer/index.ts

@@ -25,6 +25,8 @@ import { DownloadDensity } from '../../mol-plugin-state/actions/volume';
 import { PluginLayoutControlsDisplay } from '../../mol-plugin/layout';
 require('mol-plugin-ui/skin/light.scss');
 
+export { PLUGIN_VERSION as version } from '../../mol-plugin/version';
+
 const Extensions = {
     'cellpack': PluginSpec.Behavior(CellPack),
     'pdbe-structure-quality-report': PluginSpec.Behavior(PDBeStructureQualityReport),