Browse Source

Update description

pull/2/head
Luke Childs 7 years ago
parent
commit
50e3a17787
  1. 2
      README.md
  2. 2
      package.json

2
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)

2
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",

Loading…
Cancel
Save