UNPKG

@availity/api-axios

Version:

Wrappers for axios designed to work with the Availity portal

24 lines (23 loc) 601 B
{ "root": "packages/api-axios", "projectType": "library", "targets": { "test": { "executor": "@nrwl/jest:jest", "outputs": ["coverage/api-axios"], "options": { "jestConfig": "packages/api-axios/jest.config.js", "passWithNoTests": true } }, "version": { "executor": "@jscutlery/semver:version", "options": { "preset": "angular", "commitMessageFormat": "chore(${projectName}): release version ${version} [skip ci]", "tagPrefix": "@availity/${projectName}@", "baseBranch": "master" } } } }