Skip to content

Commit

Permalink
Release: 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen authored and phated committed Jan 3, 2019
1 parent dc60e68 commit a32edbe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v0.2.2:
date: 2014-12-17
changes:
- Expose interpret.
v0.2.0:
date: 2014-04-20
changes:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ This module can find, require and register any file type the npm ecosystem has a

`.co, .coffee, .csv, .iced, .ini, .js, .json, .jsx, .litcoffee, .ls, .toml, .xml, .yaml, .yml`

**Note:** If you'd like to add a new extension, please make a PR for [interpret](https://github.com/tkellen/node-interpret).
**Note:** If you'd like to add a new extension, please make a PR for [interpret].

## API

Expand All @@ -35,9 +35,13 @@ require('file.coffee');
### load (filepath)
Automatically call `requireFor`, then require the requested file and return the result.

### interpret
The underlying [interpret] module.

#### Usage
```js
var rechoir = require('rechoir');
rechoir.load('file.coffee');
```

[interpret]: https://github.com/tkellen/node-interpret
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "rechoir",
"description": "Require any supported file as a node module.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/tkellen/node-rechoir",
"author": {
"name": "Tyler Kellen",
Expand Down

0 comments on commit a32edbe

Please sign in to comment.