Comparing version 0.2.5 to 0.2.6
@@ -25,3 +25,3 @@ var HTTP_STATUS_CODES = require('http').STATUS_CODES; | ||
this.protocol = 'http'; | ||
this.serviceHost = 'airbrake.io'; | ||
this.serviceHost = 'api.airbrake.io'; | ||
} | ||
@@ -28,0 +28,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Node.js client for airbrakeapp.com, formerly known as hoptoadapp.com.", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"homepage": "https://github.com/felixge/node-airbrake", | ||
@@ -27,2 +27,2 @@ "repository": { | ||
"optionalDependencies": {} | ||
} | ||
} |
85361
19