https://github.com/searchkit/searchkit
Raw File
Tip revision: e0bc211fe7c7bc9a4d466bbc63f5e0fadf55d931 authored by Joseph McElroy on 25 June 2021, 08:20:23 UTC
(feat) Query options #926 (#928)
Tip revision: e0bc211
lerna.json
{
  "packages": [
    "packages/*"
  ],
  "version": "3.0.0-canary.40",
  "includeMergedTags": true,
  "command": {
    "publish": {
      "npmClient": "npm",
      "registry": "https://registry.npmjs.org"
    }
  }
}
back to top