Skip to content
Snippets Groups Projects
Select Git revision
  • b5b3f5e41fb587bbf52ceff1abf3cec13de18f1f
  • dev default protected
  • prod protected
  • 1.0.58
  • 1.0.57
  • 1.0.52
  • 1.0.56
  • 1.0.51
  • 1.0.50
  • 1.0.33
  • 1.0.32
  • 1.0.31
  • 1.0.30
  • 1.0.29
  • 1.0.28
  • 1.0.27
  • 1.0.26
  • 1.0.25
  • 1.0.24
  • 1.0.23
  • 1.0.22
  • 1.0.21
  • 1.0.20
23 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 548 B
    {
      "name": "bobgo-magento-plugin",
      "description": "Bob Go magento plugin",
      "version": "1.0.55",
      "license": "GPL-2.0-or-later",
      "scripts": {
        "prepare": "husky install",
        "update-version-files": "node update-version.js"
      },
      "husky": {
        "hooks": {
          "pre-commit": "npm config set git-tag-version false && npm version patch && npm run update-version-files && git add package.json etc/module.xml composer.json && pretty-quick --staged"
        }
      },
      "devDependencies": {
        "husky": "^8.0.1",
        "npm-run-all": "^4.1.5"
      }
    }