Commit b1e640b40f409b7a9253f5cdeb144befc35892e2

Authored by Carlos Vieira
1 parent d6430722
Exists in master

Especificando a versão para o zombie.js e ignorando o debug do npm

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
@@ -27,3 +27,4 @@ test-reports.xml @@ -27,3 +27,4 @@ test-reports.xml
27 #################### 27 ####################
28 venv 28 venv
29 node_modules 29 node_modules
  30 +npm-debug.log
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 "chai": "*", 13 "chai": "*",
14 "chai-jq": "*", 14 "chai-jq": "*",
15 "mocha": "*", 15 "mocha": "*",
16 -"zombie": "*", 16 +"zombie": "2.*",
17 "ejs": "*" 17 "ejs": "*"
18 }, 18 },
19 "optionalDependencies": {}, 19 "optionalDependencies": {},