Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "newer", | ||
"description": "create new objects without `new`", | ||
"version": "0.1.4", | ||
"description": "create object generator from constructor without `new`", | ||
"version": "0.1.5", | ||
"homepage": "https://github.com/safareli/newer", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -1,5 +0,17 @@ | ||
# newer [![Build Status](http://img.shields.io/travis/Safareli/newer.svg)](http://travis-ci.org/Safareli/newer) [![NPM version](https://badge-me.herokuapp.com/api/npm/newer.png)](http://badges.enytc.com/for/npm/newer) [![Code Climate](https://codeclimate.com/github/Safareli/newer.png)](https://codeclimate.com/github/Safareli/newer) | ||
# newer [![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] [![Code Climate][climate-image]][climate-url] | ||
> create object generator from constructor without `new` | ||
[![NPM franim][nodei-image]][npm-url] | ||
[npm-url]: https://npmjs.org/package/newer | ||
[npm-image]: https://badge.fury.io/js/newer.png | ||
[travis-url]: http://travis-ci.org/safareli/newer | ||
[travis-image]: http://img.shields.io/travis/safareli/newer.svg | ||
[climate-url]: https://codeclimate.com/github/safareli/newer | ||
[climate-image]: https://codeclimate.com/github/safareli/newer.png | ||
[nodei-image]: https://nodei.co/npm-dl/newer.png?months=1 | ||
## Usage | ||
@@ -64,2 +76,1 @@ | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
5963
76