Skip to content

Commit

Permalink
added datadir()
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Mar 18, 2013
1 parent 42d7457 commit fb8050b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
0.1.0 / 2013-03-18
------------------
* Added `datadir()`.

0.0.3 / 2012-08-07
------------------
* Removed CoffeeScript dev dependence.
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -26,6 +26,7 @@ Methods:
```javascript
path.tempdir() //returns a temporary directory that is operating system specific.
path.homedir() //return the user's home directory
path.datadir()
```


Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "path-extra",
"version": "0.0.3",
"version": "0.1.0",
"description": "path-extra contains methods that aren't included in the vanilla Node.js path package.",
"homepage": [ "https://github.com/jprichardson/node-path-extra"],
"repository": {
Expand All @@ -14,7 +14,7 @@
"url": "http://github.com/jprichardson/node-path-extra/raw/master/LICENSE"
}],
"devDependencies": {
"mocha": "1.3.x"
"mocha": "*"
},
"main": "./lib/path.js"
}

0 comments on commit fb8050b

Please sign in to comment.