Ver Fonte

add build/viewer/ to published files

Alexander Rose há 5 anos atrás
pai
commit
8514175da2
1 ficheiros alterados com 2 adições e 1 exclusões
  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",