浏览代码

Add subdir to repo information

ubermanu 3 年之前
父节点
当前提交
5e4fa98577
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/headless/package.json

+ 2 - 1
src/headless/package.json

@@ -18,7 +18,8 @@
   ],
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/conversejs/converse.js.git"
+    "url": "git+https://github.com/conversejs/converse.js.git",
+    "directory": "src/headless"
   },
   "scripts": {
     "test": "echo \"Error: run tests from root\" && exit 1"