https://github.com/shexSpec/shex.js
Raw File
Tip revision: 5a9578527a9d78e88bdf77251a2a7ad80f53c260 authored by Eric Prud'hommeaux on 17 August 2021, 20:53:55 UTC
chore(release): publish
Tip revision: 5a95785
lerna.json
{
  "version": "1.0.0-alpha.18",
  "npmClient": "npm",
  "hoist": true,
  "command": {
    "publish": {
      "ignoreChanges": [
        "ignored-file",
        "*.md"
      ],
      "message": "chore(release): publish",
      "registry": "https://registry.npmjs.org"
    },
    "bootstrap": {
      "ignore": "component-*",
      "npmClientArgs": [
        "--no-package-lock"
      ]
    }
  },
  "packages": [
    "packages/*"
  ]
}
back to top