ソースを参照

add build/viewer/ to published files

Alexander Rose 5 年 前
コミット
8514175da2
1 ファイル変更2 行追加1 行削除
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -38,7 +38,8 @@
     "postversion": "git push && git push --tags"
   },
   "files": [
-    "lib/"
+    "lib/",
+    "build/viewer/"
   ],
   "bin": {
     "cif2bcif": "lib/apps/cif2bcif/index.js",