Browse Source

Add subdir to repo information

ubermanu 3 years ago
parent
commit
5e4fa98577
1 changed files with 2 additions and 1 deletions
  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"