Browse Source

Update description

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

2
README.md

@ -1,6 +1,6 @@
# requireable
> Allows current module to require itself in tests
> Enables a module to require itself
[![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.3.0",
"description": "Allows current module to require itself in tests",
"description": "Enables a module to require itself",
"main": "src/index.js",
"scripts": {
"test": "xo && nyc ava",

Loading…
Cancel
Save