使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
jan
/
mustache.js
镜像自地址
https://github.com/janl/mustache.js
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
46
百科
动态
浏览代码
Merge pull request
#405
from dasilvacontin/issue/403
changed mocha reporter to spec and bumped mocha version, solves
#403
tags/v1.0.0
David da Silva Contín
11 年前
父节点
fcfddfe68b
a2925af044
当前提交
77a7ab344c
共有
1 个文件被更改
,包括
10 次插入
和
5 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+10
-5
package.json
+ 10
- 5
package.json
查看文件
@@ -7,15 +7,20 @@
"type": "git",
"url": "https://github.com/janl/mustache.js.git"
},
"keywords": ["mustache", "template", "templates", "ejs"],
"keywords": [
"mustache",
"template",
"templates",
"ejs"
],
"main": "./mustache.js",
"devDependencies": {
"mocha": "1.5.0"
},
"volo": {
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
},
"scripts": {
"test": "mocha test"
"test": "mocha --reporter spec test"
},
"devDependencies": {
"mocha": "2.0.1"
}
}
撰写
预览
正在加载...
取消
保存