https://github.com/searchkit/searchkit
Revision 7e03196a0b80f575791310195c70ae1f78e4bbc9 authored by Joseph McElroy on 25 May 2021, 18:38:30 UTC, committed by GitHub on 25 May 2021, 18:38:30 UTC
* (fix) add qs dependency to searchkit/client

* r32

* updated lock file
1 parent d610497
Raw File
Tip revision: 7e03196a0b80f575791310195c70ae1f78e4bbc9 authored by Joseph McElroy on 25 May 2021, 18:38:30 UTC
Fix qs dependency (#886)
Tip revision: 7e03196
lerna.json
{
  "packages": [
    "packages/*"
  ],
  "version": "3.0.0-canary.32",
  "includeMergedTags": true,
  "command": {
    "publish": {
      "npmClient": "npm",
      "registry": "https://registry.npmjs.org"
    }
  }
}
back to top