From 50e3a1778728b30d9b6a48fc8e001f34abc4debd Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 27 Jul 2017 06:42:05 +0100 Subject: [PATCH] Update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b379d7a..99d9a6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # requireable -> Enables a module to require itself +> Enables a module to require itself by name in tests [![Build Status](https://travis-ci.org/lukechilds/requireable.svg?branch=master)](https://travis-ci.org/lukechilds/requireable) [![Coverage Status](https://coveralls.io/repos/github/lukechilds/requireable/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/requireable?branch=master) diff --git a/package.json b/package.json index 2275d94..c21022a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "requireable", "version": "0.4.0", - "description": "Enables a module to require itself", + "description": "Enables a module to require itself by name in tests", "main": "src/index.js", "scripts": { "test": "xo && nyc ava",