Skip to content

Commit fe06baf

Browse files
committed
Merge pull request shelljs#338 from shelljs/release/v0.6.0
chore: release v0.6.0
2 parents f9c8fc0 + 3dddadf commit fe06baf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shelljs",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"author": "Artur Adib <arturadib@gmail.com>",
55
"description": "Portable Unix shell commands for Node.js",
66
"keywords": [
@@ -11,6 +11,10 @@
1111
"jake",
1212
"synchronous"
1313
],
14+
"contributors": [
15+
"Ari Porad <ari@ariporad.com> (http://ariporad.com/)",
16+
"Nate Fischer <ntfschr@gmail.com>"
17+
],
1418
"repository": {
1519
"type": "git",
1620
"url": "git://github.com/shelljs/shelljs.git"

0 commit comments

Comments
 (0)