Skip to content

Commit 10ff288

Browse files
author
Umed Khudoiberdiev
committed
version bump
1 parent e30f075 commit 10ff288

File tree

4 files changed

+4846
-5
lines changed

4 files changed

+4846
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ node_js:
44
- 6
55
- 5
66
- 4
7-
- 0.12
8-
- 0.11
97

108
after_success:
11-
- bash <(curl -s https://codecov.io/bash)
9+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![codecov](https://codecov.io/gh/pleerock/class-transformer/branch/master/graph/badge.svg)](https://codecov.io/gh/pleerock/class-transformer)
55
[![npm version](https://badge.fury.io/js/class-transformer.svg)](https://badge.fury.io/js/class-transformer)
66
[![Dependency Status](https://david-dm.org/pleerock/class-transformer.svg)](https://david-dm.org/pleerock/class-transformer)
7-
[![devDependency Status](https://david-dm.org/pleerock/class-transformer/dev-status.svg)](https://david-dm.org/pleerock/class-transformer#info=devDependencies)
87
[![Join the chat at https://gitter.im/pleerock/class-transformer](https://badges.gitter.im/pleerock/class-transformer.svg)](https://gitter.im/pleerock/class-transformer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
98

109
Its ES6 and Typescript era. Nowadays you are working with classes and constructor objects more then ever.

0 commit comments

Comments
 (0)