From 01753021788f732a7a6e87f26ab89cb476c33c0d Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Sun, 12 Mar 2017 19:07:31 +0200 Subject: [PATCH] fix(package): update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a404a04..5bcff96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dush [![NPM version](https://img.shields.io/npm/v/dush.svg?style=flat)](https://www.npmjs.com/package/dush) [![mit license][license-img]][license-url] [![NPM monthly downloads](https://img.shields.io/npm/dm/dush.svg?style=flat)](https://npmjs.org/package/dush) [![npm total downloads][downloads-img]][downloads-url] -> Microscopic & functional event emitter +> Microscopic & functional event emitter in ~260 bytes, extensible through plugins. [![code climate][codeclimate-img]][codeclimate-url] [![code style][standard-img]][standard-url] diff --git a/package.json b/package.json index f3570d7..444f53d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dush", "version": "2.0.2", - "description": "Microscopic & functional event emitter", + "description": "Microscopic & functional event emitter in ~260 bytes, extensible through plugins.", "repository": "tunnckoCore/dush", "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)", "precommit.silent": true,