Skip to content

Commit

Permalink
version bump 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nadav-dav committed Dec 19, 2013
1 parent fc86efe commit 3e57d3c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ or add it to your ```package.json``` as a dependency.
- - -
Whats new?
----------
####0.1.5
> * fixed a bug that causes failures when scanning a package with higher os privileges (thanks [Danny][danny]!)
####0.1.4
> * added a method to ignore folders while searching the right files (for example, the js files in the server's static folder)
Expand Down Expand Up @@ -102,3 +105,4 @@ To test, run: ```npm test```

[proxyquire]:https://github.com/thlorenz/proxyquire
[issue]:https://github.com/nadav-dav/rekuire/issues
[danny]:https://github.com/danyshaanan
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekuire",
"version": "0.1.4",
"version": "0.1.5",
"description": "'rekuire' is basically node's 'require' without the relative paths",
"repository": {
"type": "git",
Expand All @@ -13,21 +13,21 @@
"dependencies" : {
"underscore" : "*"
},
"devDependencies" : {
"fs-extra" : "*",
"jasmine-node" : "*",
"proxyquire" : "*"
},
"keywords": [
"devDependencies" : {
"fs-extra" : "*",
"jasmine-node" : "*",
"proxyquire" : "*"
},
"keywords": [
"require",
"rekuire ",
"relative",
"path",
"node"
],
"author": {
"name":"Nadav Dav",
"email": "nadavik@gmail.com"
"author": {
"name":"Nadav Dav",
"email": "nadavik@gmail.com"
},
"license": "BSD"
}

0 comments on commit 3e57d3c

Please sign in to comment.