Skip to content
This repository has been archived by the owner on Feb 6, 2018. It is now read-only.

Files method #54

Open
blond opened this issue May 10, 2016 · 0 comments
Open

Files method #54

blond opened this issue May 10, 2016 · 0 comments

Comments

@blond
Copy link
Member

blond commented May 10, 2016

This package should provide namespace instead of function.

Now:

const walk = require('bem-walk');

walk('path/to/level', opts);

Need:

const walk = require('bem-walk');

walk.files('path/to/level', opts);

It's necessary for #52 #20

@blond blond mentioned this issue May 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant