This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
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 years ago
parent
fcfddfe68b
a2925af044
commit
77a7ab344c
1 changed files
with
10 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-5
package.json
+ 10
- 5
package.json
View File
@@ -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"
}
}
Write
Preview
Loading…
Cancel
Save