Comparing version 0.1.1 to 0.1.3
@@ -14,2 +14,2 @@ var Airship = require('./airship').Airship; | ||
exports.version = '0.1.1'; | ||
exports.version = '0.1.3'; |
@@ -109,2 +109,3 @@ var u = require('./utils') | ||
req.setHeader('content-length', encodedData.length); | ||
req.setHeader('Accept', 'application/vnd.urbanairship+json; version=3'); | ||
@@ -111,0 +112,0 @@ req.end(encodedData, 'utf8'); |
{ | ||
"name": "airship", | ||
"description": "A wrapper for the UrbanAirship API", | ||
"author": "James F. Herdman <james.herdman@me.com>", | ||
"version": "0.1.1", | ||
"author": "James F. Herdman <james.herdman@gmail.com>", | ||
"version": "0.1.3", | ||
"keywords": ["urban airship", "api", "push messages", "airship"], | ||
@@ -15,3 +15,3 @@ "repository": { | ||
"engines": { | ||
"node": "~0.6.3" | ||
"node": ">=0.6.3" | ||
}, | ||
@@ -21,5 +21,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"mocha": "~1.0.0", | ||
"should": "~0.6.0", | ||
"nock": "~0.11.2" | ||
"mocha": "~1.9.0", | ||
"chai": "~1.6.0", | ||
"nock": "~0.18.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "main": "index", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16862
366