projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f75dda2
)
Fix #483
author
reality
<tinmachin3@gmail.com>
Thu, 10 Apr 2014 16:27:25 +0000
(16:27 +0000)
committer
reality
<tinmachin3@gmail.com>
Thu, 10 Apr 2014 16:27:25 +0000
(16:27 +0000)
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index a830369045e5298a8ad6f6724c3b2d37b0e0e6ae..b44c7f587d514478909d3ebe6c3e4f410261e5da 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-27,5
+27,8
@@
"spdy": "1.19.1",
"po2json": "0.2.3",
"winston": "~0.7.2"
+ },
+ "engines": {
+ "node": ">=0.10"
}
}