Skip to content

Commit c3fc7fc

Browse files
committed
Merge pull request depcheck#104 from lijunle/mention-es7
Mention ES7 support in README.
2 parents 748f834 + a13592f commit c3fc7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# depcheck-es6
22

3-
*Note:* This project is forked from rumpl's [depcheck](https://github.com/rumpl/depcheck), while extended to support **ES6**, **JSX**, **CoffeeScript** and more features. This fork is fully backward compatible with depcheck.
3+
*Note:* This project is forked from rumpl's [depcheck](https://github.com/rumpl/depcheck), while extended to support **ES6**, **ES7**, **JSX**, **CoffeeScript** and more features. This fork is fully backward compatible with depcheck.
44

55
Keeping track of your dependencies is not an easy task, especially if you have a big project. Are you sure you are using all of the dependencies you define in your `package.json` file? One way to find out is to look at all your files and check which modules you are using, but that's too time consuming. Or maybe you can do a `grep` on all the files of your project, and then some `grep -v` to remove the junk. But that's a hassle too.
66

0 commit comments

Comments
 (0)