Переглянути джерело

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"