Explorar el Código

changed mocha reporter to spec and bumped mocha version, solves #403

tags/v1.0.0
David da Silva hace 11 años
padre
commit
a2925af044
Se han modificado 1 ficheros con 10 adiciones y 5 borrados
  1. +10
    -5
      package.json

+ 10
- 5
package.json Ver fichero

@@ -7,15 +7,20 @@
"type": "git", "type": "git",
"url": "https://github.com/janl/mustache.js.git" "url": "https://github.com/janl/mustache.js.git"
}, },
"keywords": ["mustache", "template", "templates", "ejs"],
"keywords": [
"mustache",
"template",
"templates",
"ejs"
],
"main": "./mustache.js", "main": "./mustache.js",
"devDependencies": {
"mocha": "1.5.0"
},
"volo": { "volo": {
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js" "url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
}, },
"scripts": { "scripts": {
"test": "mocha test"
"test": "mocha --reporter spec test"
},
"devDependencies": {
"mocha": "2.0.1"
} }
} }

Cargando…
Cancelar
Guardar