Commit 1cee6ba127329fd5a9d05aba995cbb81db1a2695

Authored by Carlos Vieira
1 parent 62b00bf8
Exists in master

Corrigindo dependências de test

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
package.json
... ... @@ -5,7 +5,9 @@
5 5 "variable-replacer": "1.5.1",
6 6 "coffee-script": "1.10.0",
7 7 "coffeescript-concat": "1.0.14",
8   -"uglifyjs": "2.4.10",
  8 +"uglifyjs": "2.4.10"
  9 +},
  10 +"testDependencies": {
9 11 "express": "4.13.4",
10 12 "chai": "3.5.0",
11 13 "chai-jq": "0.0.9",
... ...