Skip to content

Commit 7779e20

Browse files
committed
fix(readme): fix readme badge and version
1 parent e641a67 commit 7779e20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![npm](https://img.shields.io/npm/v/grid.svg)]( https://www.npmjs.com/package/grid-angular-adapter) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1+
[![npm](https://img.shields.io/npm/v/grid-angular-adapter.svg)]( https://www.npmjs.com/package/grid-angular-adapter) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
22

33
Grid Angular Adapter
44
===

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grid-angular-adapter",
3-
"version": "0.0.0",
3+
"version": "0.0.0-semantic-release",
44
"description": "A highly scalable grid component written in javscript",
55
"main": "src/modules/grid-entry.js",
66
"publishConfig": {
@@ -49,7 +49,7 @@
4949
"node-sass": "~3.4.1",
5050
"phantomjs": "~2.1.7",
5151
"polyfill-function-prototype-bind": "0.0.1",
52-
"semantic-release": "^4.3.5",
52+
"semantic-release": "^6.3.6",
5353
"tiny-lr": "~0.2.1",
5454
"validate-commit-msg": "~2.12.1",
5555
"watchify": "~3.6.0",

0 commit comments

Comments
 (0)