Comparing version 2.0.8 to 2.0.9
{ | ||
"name": "dcl", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Elegant minimalistic implementation of OOP with mixins + AOP.", | ||
@@ -17,3 +17,3 @@ "author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://lazutkin.com/)", | ||
"heya-unit": "^0.3.0", | ||
"puppeteer": "^1.5.0" | ||
"puppeteer": "^2.0.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
# `dcl` | ||
[![Build status][travis-image]][travis-url] | ||
[![NPM version][npm-image]][npm-url] | ||
[![Greenkeeper][greenkeeper-image]][greenkeeper-url] | ||
[![Dependencies][deps-image]][deps-url] | ||
[![devDependencies][dev-deps-image]][dev-deps-url] | ||
[![NPM version][npm-image]][npm-url] | ||
@@ -255,2 +258,3 @@ A minimalistic yet complete JavaScript package for [node.js](http://nodejs.org) | ||
- 2.0.9 — *Refreshed dev dependencies, removed `yarn.lock`.* | ||
- 2.0.8 — *Added AMD distro.* | ||
@@ -274,9 +278,11 @@ - 2.0.7 — *A bugfix. Thx [Bill Keese](https://github.com/wkeese)!* | ||
[npm-image]: https://img.shields.io/npm/v/dcl.svg | ||
[npm-url]: https://npmjs.org/package/dcl | ||
[deps-image]: https://img.shields.io/david/uhop/dcl.svg | ||
[deps-url]: https://david-dm.org/uhop/dcl | ||
[dev-deps-image]: https://img.shields.io/david/dev/uhop/dcl.svg | ||
[dev-deps-url]: https://david-dm.org/uhop/dcl?type=dev | ||
[travis-image]: https://img.shields.io/travis/uhop/dcl.svg | ||
[travis-url]: https://travis-ci.org/uhop/dcl | ||
[npm-image]: https://img.shields.io/npm/v/dcl.svg | ||
[npm-url]: https://npmjs.org/package/dcl | ||
[deps-image]: https://img.shields.io/david/uhop/dcl.svg | ||
[deps-url]: https://david-dm.org/uhop/dcl | ||
[dev-deps-image]: https://img.shields.io/david/dev/uhop/dcl.svg | ||
[dev-deps-url]: https://david-dm.org/uhop/dcl?type=dev | ||
[travis-image]: https://img.shields.io/travis/uhop/dcl.svg | ||
[travis-url]: https://travis-ci.org/uhop/dcl | ||
[greenkeeper-image]: https://badges.greenkeeper.io/uhop/dcl.svg | ||
[greenkeeper-url]: https://greenkeeper.io/ |
Sorry, the diff of this file is not supported yet
7376
287
238067