UNPKG

angular-formly-templates-bootstrap

Version:

Angular-Formly plugin which outputs bootstrap compatible form fields.

21 lines (20 loc) 281 B
sudo: false language: node_js cache: directories: - node_modules branches: only: - master notifications: email: false node_js: - iojs before_install: - npm i -g npm@^2.0.0 before_script: - npm prune script: - npm t after_success: - npm run semantic-release