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
1 # Makefile 1 # Makefile
2 PROFILE = "default" 2 PROFILE = "default"
  3 +test: build teste run
3 run: build 4 run: build
4 venv/bin/python app/barrabrasil.py 5 venv/bin/python app/barrabrasil.py
5 6
@@ -5,11 +5,11 @@ @@ -5,11 +5,11 @@
5 "coffee-script": "1.10.0", 5 "coffee-script": "1.10.0",
6 "uglifyjs": "2.4.10", 6 "uglifyjs": "2.4.10",
7 "express": "4.13.3", 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 "optionalDependencies": {}, 14 "optionalDependencies": {},
15 "scripts": { 15 "scripts": {