Skip to content

Commit

Permalink
feature(readify) rm Filer support
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 11, 2017
1 parent 4298fe9 commit 5fd274c
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 24,040 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
dist
test
coverage
bower.json

*.swp

15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ npm i bower --save

## How to use?

Readify could be used in node.js based applications or in browsers
with help of [filer](https://github.com/filerjs/filer "Node-like file system for browsers").

`node.js` example:

```js
const readify = require('readify');

Expand Down Expand Up @@ -66,16 +61,6 @@ radify('/', {type: 'raw'}, (error, data) => {
});
```

`browser` example:

```js
var fs = new Filer.FileSystem();

readify('/', function(error, data) {
console.log(error || data);
});
```

## Environments

In old `node.js` environments that supports `es5` only, `readify` could be used with:
Expand Down
22 changes: 0 additions & 22 deletions bower.json

This file was deleted.

Loading

0 comments on commit 5fd274c

Please sign in to comment.