Skip to content

Commit

Permalink
Improve readme and update license.
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemk committed Mar 20, 2015
1 parent 4436c2f commit d971f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2012 Aseem Kishore
Copyright (c) 2012-2015 Aseem Kishore

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/aseemk/requireDir.svg?branch=master)](https://travis-ci.org/aseemk/requireDir)
[![npm version](https://badge.fury.io/js/require-dir.svg)](http://badge.fury.io/js/require-dir)

# requireDir()

Expand Down Expand Up @@ -26,7 +27,8 @@ dir
}
```

And if CoffeeScript was registered, `c.coffee` will also be returned.
And if CoffeeScript has been registered via `require('coffee-script/register')`,
`c.coffee` will also be returned.

## Installation

Expand Down Expand Up @@ -108,4 +110,4 @@ this behavior should be customizable. This is hopefully an edge case.

## License

MIT. © 2012 Aseem Kishore.
MIT. © 2012-2015 Aseem Kishore.

0 comments on commit d971f4b

Please sign in to comment.