Thomas 3 年之前
父节点
当前提交
73e36c48fa
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 2
      index.js
  2. 1 0
      package.json

+ 2 - 2
index.js

@@ -13,8 +13,8 @@ const async_exec = (prog, args, onData) => {
     })
 }
 
-const alignOn = (R1, R2, ref, bamOut, opt) => {
+const aligner = (R1, R2, ref, bamOut, opt) => {
     return R1
 }
 
-module.exports = alignOn
+module.exports = aligner

+ 1 - 0
package.json

@@ -3,6 +3,7 @@
   "version": "1.0.0",
   "description": "aligning ",
   "main": "index.js",
+  "type": "module",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },