Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Dec 28, 2015
1 parent 09366a9 commit 03973a3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('newrelic');
//require('newrelic');
var app = require('./lib/app');
var logger = require('./lib/logger/logger').logger;

Expand Down
17 changes: 17 additions & 0 deletions config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@
"accept": "application/vnd.festivals.v1+json",
"ua": "functional-test"
},
"credentials": {
"user": "festivals.admin",
"password": "IAcjCsZgkzb5xo9kVAQX12o",
"clientId": "festivals-admin",
"clientSecret": "z7WycjBCPgNn6EofP1A0lsfCEBI563PqEXw",
"clientOptions": {
"hostname": "festivals.tech",
"port": 443,
"path": "/oauth/token",
"method": "POST",
"rejectUnauthorized": false,
"headers": {
"Content-Type": "application/x-www-form-urlencoded",
"Authorization" : "Basic ZmVzdGl2YWxzLWFkbWluOno3V3ljakJDUGdObjZFb2ZQMUEwbHNmQ0VCSTU2M1BxRVh3"
}
}
},
"provider": {
"selected": "fireabase",
"selected2": "elasticsearch",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "festivals",
"version": "0.1.2",
"version": "0.1.3",
"description": "All festivals in one place.",
"main": "./lib/festivals.js",
"dependencies": {
"assert-plus": "^0.2.0",
"async": "^1.5.0",
"config": "^1.17.1",
"elasticsearch": "^10.0.1",
"festivals-model": "0.1.9",
"festivals-model": "0.1.10",
"firebase": "^2.3.2",
"keen-js": "^3.4.0-rc",
"keen-js": "^3.4.0-rc2",
"moment": "^2.10.6",
"my-restify-api": "Zenedith/npm-my-restify-api#f79c698bfad002584d8c3359f7284594d0de1616",
"newrelic": "^1.24.0",
Expand Down Expand Up @@ -57,8 +57,8 @@
"node": ">=5.1.1"
},
"readmeFilename": "README.md",
"_id": "festivals@0.1.2",
"_from": "festivals@^0.1.2",
"_id": "festivals@0.1.3",
"_from": "festivals@^0.1.3",
"directories": {
"test": "test"
}
Expand Down

0 comments on commit 03973a3

Please sign in to comment.