JonStargaryen 4 年 前
コミット
ee75d3317e
2 ファイル変更4 行追加4 行削除
  1. 1 1
      CHANGELOG.md
  2. 3 3
      src/index.ts

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 [Semantic Versioning](https://semver.org/)
 
-## [1.1.0] - 2021-02-07
+## [1.1.0] - 2021-02-08
 ### General
 - structural motif search wizard
 

+ 3 - 3
src/index.ts

@@ -4,8 +4,8 @@
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  */
 
-import * as path from 'path'
+import * as path from 'path';
 
 export const getRcsbMolstarViewerAbsoluteFSPath = function () {
-    return path.resolve(path.join(__dirname, '..', 'dist', 'viewer'))
-}
+    return path.resolve(path.join(__dirname, '..', 'dist', 'viewer'));
+};