We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9c8fc0 + 3dddadf commit fe06bafCopy full SHA for fe06baf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "shelljs",
3
- "version": "0.5.3",
+ "version": "0.6.0",
4
"author": "Artur Adib <arturadib@gmail.com>",
5
"description": "Portable Unix shell commands for Node.js",
6
"keywords": [
@@ -11,6 +11,10 @@
11
"jake",
12
"synchronous"
13
],
14
+ "contributors": [
15
+ "Ari Porad <ari@ariporad.com> (http://ariporad.com/)",
16
+ "Nate Fischer <ntfschr@gmail.com>"
17
+ ],
18
"repository": {
19
"type": "git",
20
"url": "git://github.com/shelljs/shelljs.git"
0 commit comments