Skip to content

Commit 2fe6cc5

Browse files
committed
[dist] Version bump v0.5.0
1 parent 1959db3 commit 2fe6cc5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name" : "daemon",
3-
"version" : "0.4.1",
3+
"version" : "0.5.0",
44
"description" : "Add-on for creating *nix daemons",
55
"author": "Arthur (Slashed) <arthur@norgic.com>",
66
"contributors": [
77
{ "name": "Pedro Teixeira", "email": "pedro.teixeira@gmail.com" },
88
{ "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" },
99
{ "name": "James Halliday", "email": "mail@substack.net" },
1010
{ "name": "Zak Taylor", "email": "zak@dobl.com" },
11-
{ "name": "Daniel Bartlett", "email": "dan@f-box.org" }
11+
{ "name": "Daniel Bartlett", "email": "dan@f-box.org" },
12+
{ "name": "Charlie McConnell", "email": "charlie@charlieistheman.com" }
1213
],
1314
"repository" : {
1415
"type" : "git",
1516
"url" : "http://github.com/indexzero/daemon.node.git"
1617
},
1718
"devDependencies": {
18-
"vows": "0.5.x"
19+
"vows": "0.6.x"
1920
},
2021
"main": "./lib/daemon",
2122
"scripts" : {

0 commit comments

Comments
 (0)