Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 9646bd7

Browse files
author
Kent C. Dodds
committed
docs(readme): Add correct badges
1 parent 3e83fe5 commit 9646bd7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
[![Build Status](https://travis-ci.org/formly-js/angular-formly.svg)](https://travis-ci.org/formly-js/angular-formly)
2-
[![Coverage Status](https://img.shields.io/coveralls/formly-js/angular-formly.svg)](https://coveralls.io/r/formly-js/angular-formly)
1+
# angular-formly: Bootstrap Template
32

4-
## angular-formly: Bootstrap Template
3+
Status:
4+
[![npm version](https://img.shields.io/npm/v/angular-formly-templates-bootstrap.svg?style=flat-square)](https://www.npmjs.org/package/angular-formly-templates-bootstrap)
5+
[![npm downloads](https://img.shields.io/npm/dm/angular-formly-templates-bootstrap.svg?style=flat-square)](http://npm-stat.com/charts.html?package=angular-formly-templates-bootstrap&from=2015-09-01)
6+
[![Build Status](https://img.shields.io/travis/formly-js/angular-formly-templates-bootstrap.svg?style=flat-square)](https://travis-ci.org/formly-js/angular-formly-templates-bootstrap)
57

68
This is a template for angular-formly which adds templates with classes specific to bootstrap. Each field is wrapped in a div. This library is not standalone and requires angular-formly to be present and loaded.
79

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
}
2020
],
2121
"scripts": {
22+
"commit": "git-cz",
2223
"build:dist": "webpack",
2324
"build:minify": "webpack --config webpack.config.minify.js",
2425
"build": "npm run build:dist; npm run build:minify",
@@ -40,7 +41,7 @@
4041
"babel-core": "^5.4.3",
4142
"babel-loader": "^5.1.2",
4243
"commitizen": "1.0.4",
43-
"cz-conventional-changelog": "1.1.1",
44+
"cz-conventional-changelog": "1.1.0",
4445
"deep-extend": "^0.3.2",
4546
"ghooks": "0.3.2",
4647
"jshint": "^2.7.0",

0 commit comments

Comments
 (0)