Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
closes gh-20
  • Loading branch information
Tyler Kellen committed Sep 15, 2015
1 parent c392a8a commit 24356dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Note that if you want to start in a different directory than the current working
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/).

## Release History
2014-12-17 - v0.2.1 - updated to glob 4.3.
2015-09-14 0 v0.3.0 - updated glob to ~5.0.
2014-12-17 - v0.2.1 - updated to glob ~4.3.
2014-12-16 - v0.2.0 - Removed lodash, updated to glob 4.x.
2014-03-14 - v0.1.3 - Updated dependencies.
2013-03-08 - v0.1.2 - Updated dependencies. Fixed a Node 0.9.x bug. Updated unit tests to work cross-platform.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "findup-sync",
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
"version": "0.2.1",
"version": "0.3.0",
"homepage": "https://github.com/cowboy/node-findup-sync",
"author": {
"name": "\"Cowboy\" Ben Alman",
Expand All @@ -28,7 +28,7 @@
"test": "grunt nodeunit"
},
"dependencies": {
"glob": "~4.3.0"
"glob": "~5.0.0"
},
"devDependencies": {
"grunt": "~0.4.4",
Expand Down

0 comments on commit 24356dc

Please sign in to comment.