Skip to content

Commit 195dab8

Browse files
committed
Restrict mustache version. Fix laktek#25
which is related to janl/mustache.js#257. Thanks to @jbourassa for digging this.
1 parent d2bf140 commit 195dab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
, "less" : ">= 1.3.0"
2424
, "marked" : ">= 0.2.5"
2525
, "mime" : ">= 1.2.5"
26-
, "mustache" : ">= 0.5.2"
26+
, "mustache" : ">0.7.0 || >=0.5.2 <0.7.0"
2727
, "sftp" : "git://github.com/laktek/node-sftp.git"
2828
, "uglify-js" : ">= 1.3.3"
2929
, "underscore" : ">= 1.3.1"

0 commit comments

Comments
 (0)