handsontable/formula.js

View on GitHub
.release.json

Summary

Maintainability
Test Coverage
{
  "package_file_location": "./package.json",
  "no_confirm": false,
  "skip_git_pull": false,
  "skip_git_push": false,
  "release_message": true,
  "remote": "origin",
  "pre_commit_commands": [
    "npm run build",
    "npm run test"
  ],
  "post_commit_commands": [],
  "post_complete_commands": [],
  "files_to_commit": [
    "./dist/**/*"
  ]
}