Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
jan
/
mustache.js
espelhamento de
https://github.com/janl/mustache.js
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
46
Wiki
Atividade
Ver código fonte
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 anos atrás
pai
fcfddfe68b
a2925af044
commit
77a7ab344c
1 arquivos alterados
com
10 adições
e
5 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+10
-5
package.json
+ 10
- 5
package.json
Ver arquivo
@@ -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"
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar