You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luke Childs 6b999fc01f Add better description to readme 8 years ago
src Use pkg-dir 8 years ago
test Fix test 8 years ago
.gitignore Initial commit 8 years ago
.travis.yml Initial commit 8 years ago
LICENSE Initial commit 8 years ago
README.md Add better description to readme 8 years ago
package.json 0.4.0 8 years ago

README.md

requireable

Enables a module to require itself

Build Status Coverage Status npm

Mocks the require command to include the current package when the the name from the current packages package.json is required.

Especially useful in tests if you want to require the package you're testing by name rather than relative paths.

Install

npm install --save-dev requireable

License

MIT © Luke Childs