Skip to content

Commit 652086d

Browse files
cowboyphated
authored andcommitted
Scaffold: Cleanup repository
1 parent 51f3e22 commit 652086d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 "Cowboy" Ben Alman
1+
Copyright (c) 2013 "Cowboy" Ben Alman
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ Default: `{}`
3434
Options to be passed to [minimatch](https://github.com/isaacs/minimatch).
3535

3636
Note that if you want to start in a different directory than the current working directory, specify a `cwd` property here.
37+
38+
## Contributing
39+
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
40+
41+
## Release History
42+
2012-11-15 - v0.1.1 - Now works without an options object.
43+
2012-11-01 - v0.1.0 - Initial release.

lib/findup-sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* findup-sync
33
* https://github.com/cowboy/node-findup-sync
44
*
5-
* Copyright (c) 2012 "Cowboy" Ben Alman
5+
* Copyright (c) 2013 "Cowboy" Ben Alman
66
* Licensed under the MIT license.
77
*/
88

0 commit comments

Comments
 (0)