Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 15, 2012
1 parent 0e67795 commit c08c026
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{"name":"rimraf"
,"version":"2.0.2"
,"main":"rimraf.js"
,"description":"A deep deletion module for node (like `rm -rf`)"
,"author":"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
,"license":
{"type":"MIT", "url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"}
,"optionalDependencies":{"graceful-fs":"~1.1"}
,"repository":"git://github.com/isaacs/rimraf.git"
,"scripts":{"test":"cd test && bash run.sh"}}
{
"name": "rimraf",
"version": "2.0.3",
"main": "rimraf.js",
"description": "A deep deletion module for node (like `rm -rf`)",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": {
"type": "MIT",
"url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"
},
"optionalDependencies": {
"graceful-fs": "~1.1"
},
"repository": "git://github.com/isaacs/rimraf.git",
"scripts": {
"test": "cd test && bash run.sh"
}
}

0 comments on commit c08c026

Please sign in to comment.