Skip to content

Commit

Permalink
Merge pull request #4 from jinder/pr/3
Browse files Browse the repository at this point in the history
Pr/3
  • Loading branch information
jinder committed Sep 13, 2015
2 parents 2a3f692 + e06da12 commit 7fbaede
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 381 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -10,11 +10,15 @@
"path"
],
"license": "MIT",
"version": "0.11.14",
"version": "0.12.7",
"homepage": "http://nodejs.org/docs/latest/api/path.html",
"repository": {
"type": "git",
"url": "git://github.com/jinder/path.git"
},
"main": "./path.js"
"main": "./path.js",
"dependencies": {
"process": "^0.11.1",
"util": "^0.10.3"
}
}

0 comments on commit 7fbaede

Please sign in to comment.