https://github.com/searchkit/searchkit
Raw File
Tip revision: 3df102e34425a2526f7e4e3f276fff369e7402f9 authored by CircleCI on 24 January 2020, 14:34:27 UTC
Publish
Tip revision: 3df102e
lerna.json
{
  "lerna": "3.1.4",
  "packages": [
    "packages/*"
  ],
  "version": "independent",
  "npmClient": "yarn",
  "useWorkspaces": true,
  "publish": {
    "conventionalCommits": true
  }
}
back to top