Skip to content

Commit

Permalink
add shelljs because it has exec
Browse files Browse the repository at this point in the history
Node core removed require('child_process').execSync, but shelljs still has
a synchronous version implemented. Thank you shelljs!
  • Loading branch information
DTrejo committed Oct 8, 2014
1 parent f60a213 commit 473d534
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,8 @@
"main": "urn.js",
"dependencies": {
"semver": "2.1.0",
"mkdirp": "0.3.5"
"mkdirp": "0.3.5",
"shelljs": "0.3.0"
},
"devDependencies": {},
"scripts": {
Expand All @@ -31,4 +32,4 @@
"bugs": {
"url": "https://github.com/dtrejo/urn/issues"
}
}
}

0 comments on commit 473d534

Please sign in to comment.