Skip to content

Commit 3928be6

Browse files
Specify minimum version of forever.
Rather than using a specific version of forever, which is no longer available via npm, use it as a minimum. Without this `npm install` fails.
1 parent 5c5295d commit 3928be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"dependencies": {
66
"fomatto": "0.5.0",
7-
"forever": "0.4.1",
7+
"forever": ">=0.4.1",
88
"jade": "0.9.1",
99
"neko": "1.1.2",
1010
"node-markdown": "0.1.0"

0 commit comments

Comments
 (0)