Commit af146adb903768ff95823e30ee7071512480645a

Authored by Carlos Vieira
1 parent 6a901a3b
Exists in master

Atualizando pacotes npm para desenvolvimento/testes

Showing 2 changed files with 6 additions and 5 deletions   Show diff stats
makefile
1 1 # Makefile
2 2 PROFILE = "default"
  3 +test: build teste run
3 4 run: build
4 5 venv/bin/python app/barrabrasil.py
5 6  
... ...
package.json
... ... @@ -5,11 +5,11 @@
5 5 "coffee-script": "1.10.0",
6 6 "uglifyjs": "2.4.10",
7 7 "express": "4.13.3",
8   -"chai": "3.2.0",
9   -"chai-jq": "0.0.8",
10   -"mocha": "2.3.3",
11   -"zombie": "4.1.0",
12   -"ejs": "2.3.3"
  8 +"chai": "3.4.1",
  9 +"chai-jq": "0.0.9",
  10 +"mocha": "2.3.4",
  11 +"zombie": "4.2.1",
  12 +"ejs": "2.3.4"
13 13 },
14 14 "optionalDependencies": {},
15 15 "scripts": {
... ...