Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
mkdirp update
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 31, 2014
1 parent aa6679f commit f96c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"graceful-fs": "~3.0.2",
"inherits": "~2.0.0",
"mkdirp": "0.3",
"mkdirp": "^0.5.0",

This comment has been minimized.

Copy link
@pabloalr

pabloalr Aug 1, 2014

not working!

npm ERR! Error: No compatible version found: mkdirp@'^0.5.0'
npm ERR! Valid install targets:
npm ERR! ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.1.0","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.4.0","0.4.1","0.4.2","0.5.0"]
"rimraf": "2"
},
"devDependencies": {
Expand Down

0 comments on commit f96c1b3

Please sign in to comment.